public final class CryptorFactory extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
CRYPTOR_CLASS |
The System property name to identify the Cryptor class to be used.
|
Modifier and Type | Method | Description |
---|---|---|
static Cryptor |
getCryptor() |
Return the Cryptor.
|
static void |
setCryptor(Cryptor cryptor) |
Allows the Cryptor class to be set programmatically.
|
public static final java.lang.String CRYPTOR_CLASS
public static void setCryptor(Cryptor cryptor)
cryptor
- The Cryptor.public static Cryptor getCryptor()