Package com.mku.salmon.transform
Class SalmonTransformerFactory
java.lang.Object
com.mku.salmon.transform.SalmonTransformerFactory
Creates an AES transformer object.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ISalmonCTRTransformer
create
(ProviderType type) Create an encryption transformer implementation.
-
Constructor Details
-
SalmonTransformerFactory
public SalmonTransformerFactory()
-
-
Method Details
-
create
Create an encryption transformer implementation.- Parameters:
type
- The supported provider type.- Returns:
- The transformer.
- Throws:
SalmonSecurityException
- Thrown if there is a security exception
-