Package org.apache.fulcrum.jce.crypto
Interface PasswordParameters
-
- All Known Implementing Classes:
PasswordFactory
public interface PasswordParameters
Parameters for creating a password.- Author:
- Siegfried Goeschl
-
-
Field Summary
Fields Modifier and Type Field Description static int
COUNT
Parameter for the number of SHA256 invocation
-
Method Summary
Static Methods Modifier and Type Method Description static char[]
DefaultPassword()
The default password used for creating the internal passwordstatic byte[]
Salt()
The password salt
-
-
-
Field Detail
-
COUNT
static final int COUNT
Parameter for the number of SHA256 invocation- See Also:
- Constant Field Values
-
-