gnu.crypto.prng
Interface IPBE
Trivial interface to group Password-based encryption property names.
Version:
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.
|
ITERATION_COUNT
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
.
PASSWORD
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.
SALT
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.
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.