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 TypeInterfaceDescriptioninterfaceSAML 2.0 Core EncryptedAssertion.interfaceSAML 2.0 Core EncryptedAttribute.interfaceSAML 2.0 Core EncryptedID.interfaceSAML 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 TypeClassDescriptionclassA concrete implementation ofEncryptedAssertion.classA concrete implementation ofEncryptedAttribute.classA concrete implementation ofEncryptedElementType.classA concrete implementation ofEncryptedID.classA concrete implementation ofNewEncryptedID. -
Uses of EncryptedElementType in org.opensaml.saml.saml2.encryption
Methods in org.opensaml.saml.saml2.encryption that return EncryptedElementTypeModifier and TypeMethodDescriptionprivate EncryptedElementTypeEncrypt the specified XMLObject, and return it as an instance of the specified QName, which should be one of the types derived fromEncryptedElementType.protected EncryptedElementTypeEncrypter.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 EncryptedElementTypeEncrypter.placeKeysInline(EncryptedElementType encElement, EncryptedData encData, List<EncryptedKey> encKeys) Place the EncryptedKey elements inside the KeyInfo element within the EncryptedData element.protected EncryptedElementTypeEncrypter.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 SAMLObjectDecrypter.decryptData(EncryptedElementType encElement) Decrypt the specified instance of EncryptedElementType, and return it as an instance of the specified QName.protected EncryptedElementTypeEncrypter.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 EncryptedElementTypeEncrypter.placeKeysInline(EncryptedElementType encElement, EncryptedData encData, List<EncryptedKey> encKeys) Place the EncryptedKey elements inside the KeyInfo element within the EncryptedData element.protected EncryptedElementTypeEncrypter.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.decryptionPredicatePredicate 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 TypeMethodDescriptionvoidAbstractDecryptAction.setDecryptionPredicate(Predicate<Pair<ProfileRequestContext, EncryptedElementType>> predicate) Set the predicate used to determine whether to attempt decryption.