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
static int COUNT
          Parameter for the number of SHA1 invocation
static char[] DEFAULTPASSWORD
          The default password used for creating the internal password
static byte[] SALT
          The password salt
 

Field Detail

COUNT

static final int COUNT
Parameter for the number of SHA1 invocation

See Also:
Constant Field Values

DEFAULTPASSWORD

static final char[] DEFAULTPASSWORD
The default password used for creating the internal password


SALT

static final byte[] SALT
The password salt



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.