See: Description
Interface | Description |
---|---|
EncryptedKeyResolver |
Interface for resolving
EncryptedKey elements based on a particular
EncryptedData context, primarily for use during the decryption process. |
Class | Description |
---|---|
AbstractEncryptedKeyResolver |
Abstract class implementation for
EncryptedKeyResolver . |
ChainingEncryptedKeyResolver |
An implementation of
EncryptedKeyResolver which chains multiple other resolver implementations together,
calling them in the order specified in the resolver list. |
DataEncryptionParameters |
Parameters for encrypting XMLObjects.
|
Decrypter |
Supports decryption of XMLObjects which represent data encrypted according to the XML Encryption specification,
version 20021210.
|
Encrypter |
Supports encryption of XMLObjects, their content and keys, according to the XML Encryption specification, version
20021210.
|
EncryptionConstants |
Constants defined in or related to the XML Encryption 1.0 and 1.1 specifications.
|
InlineEncryptedKeyResolver |
Implementation of
EncryptedKeyResolver which finds EncryptedKey elements
within the KeyInfo of the EncryptedData context. |
KeyEncryptionParameters |
Parameters for encrypting keys.
|
RSAOAEPParameters |
Class for representing parameter inputs to the RSA-OAEP key transport algorithm.
|
SimpleKeyInfoReferenceEncryptedKeyResolver |
Implementation of
EncryptedKeyResolver which finds EncryptedKey elements by dereferencing
KeyInfoReference children of the KeyInfo of the EncryptedData
context. |
SimpleRetrievalMethodEncryptedKeyResolver |
Implementation of
EncryptedKeyResolver which finds EncryptedKey elements by dereferencing
RetrievalMethod children of the KeyInfo of the EncryptedData
context. |
Exception | Description |
---|---|
DecryptionException |
Exception thrown when an error occurs during decryption operations.
|
EncryptionException |
Exception thrown when an error occurs during encryption operations.
|
Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.