public class CryptManagerFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BLOWFISH_ENCRYPTION
BlowFish encryption
|
static java.lang.String |
PASSWORD_BASED_ENCRYPTION
PBE encryption - Password based
|
Constructor and Description |
---|
CryptManagerFactory() |
Modifier and Type | Method and Description |
---|---|
static CryptManager |
getManager(java.lang.String algorithm)
Build the encryption manager for the given algorithm
|
public static final java.lang.String PASSWORD_BASED_ENCRYPTION
public static final java.lang.String BLOWFISH_ENCRYPTION
public static CryptManager getManager(java.lang.String algorithm) throws CryptManagerException
algorithm
- Encryption algorithm to applyCryptManagerException