Uses of Interface
org.opensaml.saml.saml2.core.EncryptedElementType
Packages that use EncryptedElementType
Package
Description
Interfaces for SAML 2.0 core and protocol interfaces.
Classes for encrypting and decrypting SAML.
-
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.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.