Class: SalmonTransformerFactory

SalmonTransformerFactory()

Creates an AES transformer object.

Constructor

new SalmonTransformerFactory()

Source:

Methods

(static) create(type) → {ISalmonCTRTransformer}

Create an encryption transformer implementation.
Parameters:
Name Type Description
type ProviderType The supported provider type.
Source:
Throws:
SalmonSecurityException Thrown when error with security
Returns:
The transformer.
Type
ISalmonCTRTransformer