org.opensaml.saml2.encryption
Class EncryptedElementTypeEncryptedKeyResolver
java.lang.Object
org.opensaml.xml.encryption.AbstractEncryptedKeyResolver
org.opensaml.saml2.encryption.EncryptedElementTypeEncryptedKeyResolver
- All Implemented Interfaces:
- EncryptedKeyResolver
public class EncryptedElementTypeEncryptedKeyResolver
- extends 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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncryptedElementTypeEncryptedKeyResolver
public EncryptedElementTypeEncryptedKeyResolver()
resolve
public Iterable<EncryptedKey> resolve(EncryptedData encryptedData)
-
Copyright © 1999-2013. All Rights Reserved.