public class EncryptionAlgorithmFactoryDefaultImpl extends EncryptionAlgorithmFactory
EncryptionAlgorithmFactory.| Constructor and Description |
|---|
EncryptionAlgorithmFactoryDefaultImpl() |
| Modifier and Type | Method and Description |
|---|---|
EncryptionAlgorithm |
createEncryptionAlgorithm(URI algorithmURI)
Creates an instance of the encryption algorithm specified by the algorithm URI argument.
|
createFactorypublic EncryptionAlgorithmFactoryDefaultImpl()
public EncryptionAlgorithm createEncryptionAlgorithm(URI algorithmURI) throws EncryptionAlgorithmException
createEncryptionAlgorithm in class EncryptionAlgorithmFactoryalgorithmURI - a URI that identifies the EncryptionAlgorithm.EncryptionAlgorithm implementation class
associated with the given URIEncryptionAlgorithmException - if creating the EncryptionAlgorithm
instance fails.