public abstract class KeyWrapAlgorithmFactory
extends java.lang.Object
KeyWrapAlgorithmFactory implementations.| Constructor and Description |
|---|
KeyWrapAlgorithmFactory() |
| Modifier and Type | Method and Description |
|---|---|
static KeyWrapAlgorithmFactory |
createFactory()
Creates an instance of the
KeyWrapAlgorithmFactory implementation class, which is specified
by the XMLE property named KeyWrapAlgorithmFactory.ImplementingClass. |
abstract KeyWrapAlgorithm |
createKeyWrapAlgorithm(URI algorithmURI)
Creates the key wrap algorithm specified by the provided algorithm URI.
|
public abstract KeyWrapAlgorithm createKeyWrapAlgorithm(URI algorithmURI) throws KeyWrapAlgorithmException
algorithmURI - a URI used to specify the desired KeyWrapAlgorithm.KeyWrapAlgorithm implementation class associated
with the given URI.KeyWrapAlgorithmException - if creating the KeyWrapAlgorithm
instance fails.public static KeyWrapAlgorithmFactory createFactory() throws KeyWrapAlgorithmException
KeyWrapAlgorithmFactory implementation class, which is specified
by the XMLE property named KeyWrapAlgorithmFactory.ImplementingClass.
KeyWrapAlgorithmFactory implementation class.KeyWrapAlgorithmException - if the implementation class cannot be instantiated.