| 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 | Class and Description |
|---|---|
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 KeyWrapAlgorithm |
KeyWrapAlgorithmFactory.createKeyWrapAlgorithm(URI algorithmURI)
Creates the key wrap algorithm specified by the provided algorithm URI.
|
KeyWrapAlgorithm |
KeyWrapAlgorithmFactoryDefaultImpl.createKeyWrapAlgorithm(URI algorithmURI)
Creates an instance of the key wrap algorithm specified by the algorithm URI argument.
|