org.yestech.lib.crypto
Interface ICryptoConstants

All Superinterfaces:
java.io.Serializable

public interface ICryptoConstants
extends java.io.Serializable

Version:
$Revision: $
Author:
Artie Copeland

Field Summary
static java.lang.String ITOA64
           
static char[] LOWER_ALPHABET
          Holds a cache of all lower letter
static int MIN_LENGTH
          Minimum length for a decent password
static java.lang.String SALTCHARS
           
static char[] UPPER_ALPHABET
          Holds a cache of all upper letter
static char[] UPPER_AND_LOWER_WITH_PLUS_MINUS_AT
           
 

Field Detail

SALTCHARS

static final java.lang.String SALTCHARS
See Also:
Constant Field Values

ITOA64

static final java.lang.String ITOA64
See Also:
Constant Field Values

MIN_LENGTH

static final int MIN_LENGTH
Minimum length for a decent password

See Also:
Constant Field Values

LOWER_ALPHABET

static final char[] LOWER_ALPHABET
Holds a cache of all lower letter


UPPER_ALPHABET

static final char[] UPPER_ALPHABET
Holds a cache of all upper letter


UPPER_AND_LOWER_WITH_PLUS_MINUS_AT

static final char[] UPPER_AND_LOWER_WITH_PLUS_MINUS_AT


Copyright © 2009 YES Technology Association. All Rights Reserved.