public interface CryptoParameters
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ALGORITHM
The algorithm being used
for SunJCE 1.22 (JDK 1.3) : PBEWithMD5AndDES
for SunJCE 1.42 (JDK 1.4) : PBEWithMD5AndDES, PBEWithMD5AndTripleDES
|
static int |
COUNT
Parameter for PBEParameterSpec
|
static java.lang.String |
PROVIDERNAME
The JCE provider name known to work.
|
static byte[] |
SALT
The password salt
|
static final int COUNT
static final java.lang.String ALGORITHM
static final java.lang.String PROVIDERNAME
static final byte[] SALT
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.