| 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 | Method and Description |
|---|---|
static KeyWrapAlgorithmFactory |
KeyWrapAlgorithmFactory.createFactory()
Creates an instance of the
KeyWrapAlgorithmFactory implementation class, which is specified
by the XMLE property named KeyWrapAlgorithmFactory.ImplementingClass. |
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.
|