|
XMLTooling-J 1.3.2-redhat-4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.xml.encryption.AbstractEncryptedKeyResolver
public abstract class AbstractEncryptedKeyResolver
Abstract class implementation for EncryptedKeyResolver
.
Constructor Summary | |
---|---|
AbstractEncryptedKeyResolver()
Constructor. |
Method Summary | |
---|---|
List<String> |
getRecipients()
Get the list of recipient criteria used by this resolver, and against which a candidate EncryptedKey's Recipient attribute is evaluated. |
protected boolean |
matchCarriedKeyName(EncryptedData encryptedData,
EncryptedKey encryptedKey)
Evaluate whether an EncryptedKey's CarriedKeyName matches one of the KeyName values from the EncryptedData context. |
protected boolean |
matchDataReference(EncryptedData encryptedData,
EncryptedKey encryptedKey)
Evaluate whether any of the EncryptedKey's DataReferences refer to the EncryptedData context. |
protected boolean |
matchRecipient(String recipient)
Evaluate whether the specified recipient attribute value matches this resolver's recipient criteria. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opensaml.xml.encryption.EncryptedKeyResolver |
---|
resolve |
Constructor Detail |
---|
public AbstractEncryptedKeyResolver()
Method Detail |
---|
public List<String> getRecipients()
getRecipients
in interface EncryptedKeyResolver
protected boolean matchRecipient(String recipient)
recipient
- the recipient value to evaluate
protected boolean matchCarriedKeyName(EncryptedData encryptedData, EncryptedKey encryptedKey)
encryptedData
- the EncryptedData contextencryptedKey
- the candidate Encryptedkey to evaluate
protected boolean matchDataReference(EncryptedData encryptedData, EncryptedKey encryptedKey)
encryptedData
- the EncryptedData contextencryptedKey
- the candidate Encryptedkey to evaluate
|
XMLTooling-J 1.3.2-redhat-4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |