Package org.opensaml.xmlsec.encryption.support
package org.opensaml.xmlsec.encryption.support
Functional support for XML Encryption.
-
ClassDescriptionAbstract class implementation for
EncryptedKeyResolver
.An implementation ofEncryptedKeyResolver
which chains multiple other resolver implementations together, calling them in the order specified in the resolver list.Parameters for encrypting XMLObjects.Supports decryption of XMLObjects which represent data encrypted according to the XML Encryption specification, version 20021210.Exception thrown when an error occurs during decryption operations.Interface for resolvingEncryptedKey
elements based on a particularEncryptedData
context, primarily for use during the decryption process.Supports encryption of XMLObjects, their content and keys, according to the XML Encryption specification, version 20021210.Constants defined in or related to the XML Encryption 1.0 and 1.1 specifications.Exception thrown when an error occurs during encryption operations.Implementation ofEncryptedKeyResolver
which findsEncryptedKey
elements within theKeyInfo
of theEncryptedData
context.A component representing the specific configuration for a key agreement encryption operation.Parameters for encrypting keys.Class for representing parameter inputs to the RSA-OAEP key transport algorithm.Implementation ofEncryptedKeyResolver
which findsEncryptedKey
elements by dereferencingKeyInfoReference
children of theKeyInfo
of theEncryptedData
context.Implementation ofEncryptedKeyResolver
which findsEncryptedKey
elements by dereferencingRetrievalMethod
children of theKeyInfo
of theEncryptedData
context.