org.opensaml.saml2.encryption
Class EncryptedElementTypeEncryptedKeyResolver

java.lang.Object
  extended by org.opensaml.xml.encryption.AbstractEncryptedKeyResolver
      extended by 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.


Constructor Summary
EncryptedElementTypeEncryptedKeyResolver()
           
 
Method Summary
 Iterable<EncryptedKey> resolve(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

EncryptedElementTypeEncryptedKeyResolver

public EncryptedElementTypeEncryptedKeyResolver()
Method Detail

resolve

public Iterable<EncryptedKey> resolve(EncryptedData encryptedData)



Copyright © 1999-2013. All Rights Reserved.