| Package | Description |
|---|---|
| com.entrust.toolkit.xencrypt.algorithms |
Contains an interface and classes that define the behaviour of
encryption algorithms used in XML encryption.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
KeyWrapAlgorithm
Defines the common behavior of key wrap algorithms used by XMLE.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EncryptionAlgorithmImpl3DES
Implements the
EncryptionAlgorithm interface,
making the Toolkit's Triple DES implementation available for use in
XML encryption. |
class |
EncryptionAlgorithmImplAES
Implements the
EncryptionAlgorithm interface,
making the Toolkit's AES implementation available for use in XML encryption. |
class |
EncryptionAlgorithmImplRSA
Implements the
EncryptionAlgorithm interface,
making the Toolkit's RSA implementations available for use in XML
encryption. |
class |
KeyWrapAlgorithmImpl3DES
Implements the
KeyWrapAlgorithm interface, so the Toolkit's
Triple DES key wrap implementation is made available for XML encryption. |
class |
KeyWrapAlgorithmImplAES
Implements the
KeyWrapAlgorithm interface, so the Toolkit's
AES key wrap implementation is made available for XML encryption. |
| Modifier and Type | Method and Description |
|---|---|
abstract EncryptionAlgorithm |
EncryptionAlgorithmFactory.createEncryptionAlgorithm(URI algorithmURI)
Creates the encryption algorithm specified by the provided algorithm URI.
|
EncryptionAlgorithm |
EncryptionAlgorithmFactoryDefaultImpl.createEncryptionAlgorithm(URI algorithmURI)
Creates an instance of the encryption algorithm specified by the algorithm URI argument.
|