|
||||||||||
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.xml.encryption.InlineEncryptedKeyResolver
public class InlineEncryptedKeyResolver
Implementation of EncryptedKeyResolver
which finds EncryptedKey
elements
within the KeyInfo
of the EncryptedData
context.
Constructor Summary | |
---|---|
InlineEncryptedKeyResolver()
|
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 InlineEncryptedKeyResolver()
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 |