Package org.apache.fulcrum.jce.crypto
Interface CryptoParameters
-
public interface CryptoParameters
CryptoParameters used for encryption/decrytpion.- Author:
- Siegfried Goeschl
-
-
Method Summary
Static Methods Modifier and Type Method Description static byte[]
Salt()
The password salt: update to a method to prevent malicious code bug.
-
-
-
Field Detail
-
COUNT
static final int COUNT
Parameter for PBEParameterSpec- See Also:
- Constant Field Values
-
ALGORITHM
static final String ALGORITHM
The default crypto algorithm being used- See Also:
- Constant Field Values
-
-