|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.xml.encryption.AbstractEncryptedKeyResolver
org.opensaml.saml2.encryption.EncryptedElementTypeEncryptedKeyResolver
public class EncryptedElementTypeEncryptedKeyResolver
An implementation of EncryptedKeyResolver
which resolves EncryptedKey
elements which appear as immediate children of the EncryptedElementType
which
is the parent of the EncryptedData
context.
Constructor Summary | |
---|---|
EncryptedElementTypeEncryptedKeyResolver()
|
Method Summary | |
---|---|
java.lang.Iterable<org.opensaml.xml.encryption.EncryptedKey> |
resolve(org.opensaml.xml.encryption.EncryptedData encryptedData)
|
Methods inherited from class org.opensaml.xml.encryption.AbstractEncryptedKeyResolver |
---|
getRecipients, matchCarriedKeyName, matchDataReference, matchRecipient |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EncryptedElementTypeEncryptedKeyResolver()
Method Detail |
---|
public java.lang.Iterable<org.opensaml.xml.encryption.EncryptedKey> resolve(org.opensaml.xml.encryption.EncryptedData encryptedData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |