|
SafeAPI v1.20 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.safeapi.Parms
This class defines the parameters that API users may get and modify
with CryptoCommon.getParameter
and
CryptoCommon.setParameter
.
Field Summary | |
static String |
DEFAULT_SIGN_ALGO
Default signature algorithm. |
static String |
DEFAULT_SYM_ALGO
Default symmetric cipher algorithm. |
static String |
DIR_DELETE_LEVEL
Defines the level of Wipe for the Directory encryption functions (futur usage) |
static boolean |
DUMP_ENABLED
Says if dump is enabled. |
static String |
DUMP_FILE_PATH
If DUMP_ENABLED, dumps are done into this file Default value: - Windows: "c:\safelogic\safeapi\dump\dump.txt"
- Unix...: "home/safelogic/safeapi/dump/dump.txt" |
static String |
KEY_DIRECTORY
Storage Directory for SafeAPI Keys Default value: - Windows: "c:\safelogic\safeapi\keys"
- Unix...: "home/safelogic/safeapi/keys" |
static int |
MIN_PASSPHRASE_SIZE
Passphrase minimum length. |
static String |
RAND_SEED_DIR
Storage Directory for SafeAPI "seed" files. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static String DEFAULT_SIGN_ALGO
"MD5/RSA/PKCS#1"
public static String DEFAULT_SYM_ALGO
"Blowfish"
public static boolean DUMP_ENABLED
public static String DUMP_FILE_PATH
Windows: "c:\safelogic\safeapi\dump\dump.txt"
Unix...: "home/safelogic/safeapi/dump/dump.txt"
public static String KEY_DIRECTORY
Windows: "c:\safelogic\safeapi\keys"
Unix...: "home/safelogic/safeapi/keys"
public static int MIN_PASSPHRASE_SIZE
public static String RAND_SEED_DIR
KEY_DIRECTORY
public static String DIR_DELETE_LEVEL
|
SafeAPI v1.20 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |