public class KeyWrapAlgorithmFactoryDefaultImpl extends KeyWrapAlgorithmFactory
KeyWrapAlgorithmFactory.| Constructor and Description |
|---|
KeyWrapAlgorithmFactoryDefaultImpl() |
| Modifier and Type | Method and Description |
|---|---|
KeyWrapAlgorithm |
createKeyWrapAlgorithm(URI algorithmURI)
Creates an instance of the key wrap algorithm specified by the algorithm URI argument.
|
createFactorypublic KeyWrapAlgorithm createKeyWrapAlgorithm(URI algorithmURI) throws KeyWrapAlgorithmException
createKeyWrapAlgorithm in class KeyWrapAlgorithmFactoryalgorithmURI - a URI that identifies the KeyWrapAlgorithm.KeyWrapAlgorithm implementation class
associated with the given URIKeyWrapAlgorithmException - if creating the KeyWrapAlgorithm
instance fails.