Uses of Interface
org.opensaml.saml2.core.EncryptedElementType

Packages that use EncryptedElementType
org.opensaml.saml2.core Interfaces for SAML 2.0 core specification types and elements. 
org.opensaml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements. 
org.opensaml.saml2.encryption Classes for encrypting and decrypting SAML. 
 

Uses of EncryptedElementType in org.opensaml.saml2.core
 

Subinterfaces of EncryptedElementType in org.opensaml.saml2.core
 interface EncryptedAssertion
          SAML 2.0 Core EncryptedAssertion.
 interface EncryptedAttribute
          SAML 2.0 Core EncryptedAttribute.
 interface EncryptedID
          SAML 2.0 Core EncryptedID.
 interface NewEncryptedID
          SAML 2.0 Core NewEncryptedID.
 

Uses of EncryptedElementType in org.opensaml.saml2.core.impl
 

Classes in org.opensaml.saml2.core.impl that implement EncryptedElementType
 class EncryptedAssertionImpl
          A concrete implementation of EncryptedAssertion.
 class EncryptedAttributeImpl
          A concrete implementation of EncryptedAttribute.
 class EncryptedElementTypeImpl
          A concrete implementation of EncryptedElementType.
 class EncryptedIDImpl
          A concrete implementation of EncryptedID.
 class NewEncryptedIDImpl
          A concrete implementation of NewEncryptedID.
 

Uses of EncryptedElementType in org.opensaml.saml2.encryption
 

Methods in org.opensaml.saml2.encryption that return EncryptedElementType
protected  EncryptedElementType Encrypter.placeKeysAsPeers(EncryptedElementType encElement, org.opensaml.xml.encryption.EncryptedData encData, List<org.opensaml.xml.encryption.EncryptedKey> encKeys)
          Store the specified EncryptedData and EncryptedKey(s) in the specified instance of EncryptedElementType as peer elements, following SAML 2 Errata E43 guidelines for forward and back referencing between the EncryptedData and EncryptedKey(s).
protected  EncryptedElementType Encrypter.placeKeysInline(EncryptedElementType encElement, org.opensaml.xml.encryption.EncryptedData encData, List<org.opensaml.xml.encryption.EncryptedKey> encKeys)
          Place the EncryptedKey elements inside the KeyInfo element within the EncryptedData element.
protected  EncryptedElementType Encrypter.processElements(EncryptedElementType encElement, org.opensaml.xml.encryption.EncryptedData encData, List<org.opensaml.xml.encryption.EncryptedKey> encKeys)
          Handle post-processing of generated EncryptedData and EncryptedKey(s) and storage in the appropriate EncryptedElementType instance.
 

Methods in org.opensaml.saml2.encryption with parameters of type EncryptedElementType
protected  EncryptedElementType Encrypter.placeKeysAsPeers(EncryptedElementType encElement, org.opensaml.xml.encryption.EncryptedData encData, List<org.opensaml.xml.encryption.EncryptedKey> encKeys)
          Store the specified EncryptedData and EncryptedKey(s) in the specified instance of EncryptedElementType as peer elements, following SAML 2 Errata E43 guidelines for forward and back referencing between the EncryptedData and EncryptedKey(s).
protected  EncryptedElementType Encrypter.placeKeysInline(EncryptedElementType encElement, org.opensaml.xml.encryption.EncryptedData encData, List<org.opensaml.xml.encryption.EncryptedKey> encKeys)
          Place the EncryptedKey elements inside the KeyInfo element within the EncryptedData element.
protected  EncryptedElementType Encrypter.processElements(EncryptedElementType encElement, org.opensaml.xml.encryption.EncryptedData encData, List<org.opensaml.xml.encryption.EncryptedKey> encKeys)
          Handle post-processing of generated EncryptedData and EncryptedKey(s) and storage in the appropriate EncryptedElementType instance.
 



Copyright © 2006-2010 Internet2. All Rights Reserved.