Uses of Interface
org.opensaml.saml.saml2.core.EncryptedElementType
Packages that use EncryptedElementType
Package
Description
Interfaces for SAML 2.0 core and protocol interfaces.
Implementations of SAML 2.0 core specification types and elements.
Classes for encrypting and decrypting SAML.
Implementations of SAML 2.0 profile behavior.
-
Uses of EncryptedElementType in org.opensaml.saml.saml2.core
Subinterfaces of EncryptedElementType in org.opensaml.saml.saml2.coreModifier and TypeInterfaceDescriptioninterface
SAML 2.0 Core EncryptedAssertion.interface
SAML 2.0 Core EncryptedAttribute.interface
SAML 2.0 Core EncryptedID.interface
SAML 2.0 Core NewEncryptedID. -
Uses of EncryptedElementType in org.opensaml.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement EncryptedElementTypeModifier and TypeClassDescriptionclass
A concrete implementation ofEncryptedAssertion
.class
A concrete implementation ofEncryptedAttribute
.class
A concrete implementation ofEncryptedElementType
.class
A concrete implementation ofEncryptedID
.class
A concrete implementation ofNewEncryptedID
. -
Uses of EncryptedElementType in org.opensaml.saml.saml2.encryption
Methods in org.opensaml.saml.saml2.encryption that return EncryptedElementTypeModifier and TypeMethodDescriptionprivate EncryptedElementType
Encrypt the specified XMLObject, and return it as an instance of the specified QName, which should be one of the types derived fromEncryptedElementType
.protected EncryptedElementType
Encrypter.placeKeysAsPeers
(EncryptedElementType encElement, EncryptedData encData, List<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, EncryptedData encData, List<EncryptedKey> encKeys) Place the EncryptedKey elements inside the KeyInfo element within the EncryptedData element.protected EncryptedElementType
Encrypter.processElements
(EncryptedElementType encElement, EncryptedData encData, List<EncryptedKey> encKeys) Handle post-processing of generated EncryptedData and EncryptedKey(s) and storage in the appropriate EncryptedElementType instance.Methods in org.opensaml.saml.saml2.encryption with parameters of type EncryptedElementTypeModifier and TypeMethodDescriptionprivate SAMLObject
Decrypter.decryptData
(EncryptedElementType encElement) Decrypt the specified instance of EncryptedElementType, and return it as an instance of the specified QName.protected EncryptedElementType
Encrypter.placeKeysAsPeers
(EncryptedElementType encElement, EncryptedData encData, List<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, EncryptedData encData, List<EncryptedKey> encKeys) Place the EncryptedKey elements inside the KeyInfo element within the EncryptedData element.protected EncryptedElementType
Encrypter.processElements
(EncryptedElementType encElement, EncryptedData encData, List<EncryptedKey> encKeys) Handle post-processing of generated EncryptedData and EncryptedKey(s) and storage in the appropriate EncryptedElementType instance. -
Uses of EncryptedElementType in org.opensaml.saml.saml2.profile.impl
Fields in org.opensaml.saml.saml2.profile.impl with type parameters of type EncryptedElementTypeModifier and TypeFieldDescriptionAbstractDecryptAction.decryptionPredicate
Predicate determining whether to attempt decryption.Methods in org.opensaml.saml.saml2.profile.impl that return types with arguments of type EncryptedElementTypeModifier and TypeMethodDescriptionAbstractDecryptAction.getDecryptionPredicate()
Get the predicate used to determine whether to attempt decryption.Method parameters in org.opensaml.saml.saml2.profile.impl with type arguments of type EncryptedElementTypeModifier and TypeMethodDescriptionvoid
AbstractDecryptAction.setDecryptionPredicate
(Predicate<Pair<ProfileRequestContext, EncryptedElementType>> predicate) Set the predicate used to determine whether to attempt decryption.