gnu.crypto.prng
Interface IPBE
public
interface
IPBE
Trivial interface to group Password-based encryption property names.
Version: $Revision: 1.4 $
Field Summary |
static String | ITERATION_COUNT
Property name for the iteration count in a PBE algorithm. |
static String | PASSWORD
Property name for the password in a PBE algorithm. |
static String | SALT
Property name for the salt in a PBE algorithm. |
public static final String ITERATION_COUNT
Property name for the iteration count in a PBE algorithm. The property
associated with this is expected to be an Integer.
public static final String PASSWORD
Property name for the password in a PBE algorithm. The property associated
with this is expected to be a char array.
public static final String SALT
Property name for the salt in a PBE algorithm. The property associated
with this is expected to be a byte array.