org.opensaml.saml2.encryption
Class EncryptedElementTypeEncryptedKeyResolver
java.lang.Object
org.opensaml.xml.encryption.AbstractEncryptedKeyResolver
org.opensaml.saml2.encryption.EncryptedElementTypeEncryptedKeyResolver
- All Implemented Interfaces:
- org.opensaml.xml.encryption.EncryptedKeyResolver
public class EncryptedElementTypeEncryptedKeyResolver
- extends org.opensaml.xml.encryption.AbstractEncryptedKeyResolver
An implementation of EncryptedKeyResolver
which resolves EncryptedKey
elements which appear as immediate children of the EncryptedElementType
which
is the parent of the EncryptedData
context.
Method Summary |
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 |
EncryptedElementTypeEncryptedKeyResolver
public EncryptedElementTypeEncryptedKeyResolver()
resolve
public Iterable<org.opensaml.xml.encryption.EncryptedKey> resolve(org.opensaml.xml.encryption.EncryptedData encryptedData)
-
Copyright © 2006-2010 Internet2. All Rights Reserved.