|
|||||||||
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<EncryptedKey> |
resolve(EncryptedData encryptedData)
Resolve the EncryptedKey elements containing the data encryption key used to encrypt the specified EncryptedData element. |
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<EncryptedKey> resolve(EncryptedData encryptedData)
encryptedData
- the EncryptedData element context in which to resolve
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |