public class CryptConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
cipherAlgo |
static Integer |
DEFAULT_KEYLENGTH |
String |
factoryAlgo |
Integer |
iterations |
Integer |
keyLength |
String |
passphrase |
String |
salt |
String |
specAlgo |
| Constructor and Description |
|---|
CryptConfig() |
CryptConfig(File relative) |
CryptConfig(File globalConfig,
File relative) |
public String passphrase
public String salt
public String cipherAlgo
public String specAlgo
public String factoryAlgo
public Integer iterations
public Integer keyLength
public static final Integer DEFAULT_KEYLENGTH
Copyright © 2017. All rights reserved.