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.

Field Details

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.