Package org.opensaml.xmlsec.criterion
Class DecryptionRecipientsCriterion
java.lang.Object
org.opensaml.xmlsec.criterion.DecryptionRecipientsCriterion
- All Implemented Interfaces:
Criterion
A criterion implementation for conveying set of recipients against which to evaluate candidate
EncryptedKey elements.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
recipients
The set of recipients.
-
-
Constructor Details
-
DecryptionRecipientsCriterion
Constructor.- Parameters:
values- the set of recipients
-
-
Method Details
-
getRecipients
Get the set of recipients.- Returns:
- the set of recipients
-
setRecipients
Set the set of recipients.- Parameters:
values- the new recipients
-
toString
-
hashCode
public int hashCode() -
equals
-
processValues
Sanitize input values.- Parameters:
values- input values- Returns:
- sanitized set
-