com.novell.security.nmas.mgmt
Class NMASSimplePwd

java.lang.Object
  |
  +--com.novell.security.nmas.mgmt.NMASSimplePwd

public final class NMASSimplePwd
extends java.lang.Object

Provides all of the key definitions for the simple password method.


Field Summary
static java.lang.String CLEAR_TEXT_ID
          Identifies the clear text string for the simple password method.
static int MAX_SIMPLE_PWD_LENGTH
          Specifies the maximum length in bytes of the simple password.
static java.lang.String MD5_ID
          Identifies the MD5 specification for the simple password method.
static int[] METHOD_ID
          Specifies the method identification number (id) of the simple password.
static java.lang.String SHA1_HASH_ID
          Identifies the SHA1 hash table used for the simple password method.
static java.lang.String SIMPLE_PWD_TAG
          Specifies the name of the simple password method.
static java.lang.String SSHA_ID
          Identifies the SSHA hash table used for the simple password.
static java.lang.String UNIX_CRYPT_ID
          Identifies the Unix cryptgraphy string used for the simple password method.
 
Constructor Summary
NMASSimplePwd()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_SIMPLE_PWD_LENGTH

public static final int MAX_SIMPLE_PWD_LENGTH
Specifies the maximum length in bytes of the simple password.

See Also:
Constant Field Values

SIMPLE_PWD_TAG

public static final java.lang.String SIMPLE_PWD_TAG
Specifies the name of the simple password method.

See Also:
Constant Field Values

METHOD_ID

public static final int[] METHOD_ID
Specifies the method identification number (id) of the simple password.


CLEAR_TEXT_ID

public static final java.lang.String CLEAR_TEXT_ID
Identifies the clear text string for the simple password method.


SHA1_HASH_ID

public static final java.lang.String SHA1_HASH_ID
Identifies the SHA1 hash table used for the simple password method.


MD5_ID

public static final java.lang.String MD5_ID
Identifies the MD5 specification for the simple password method.


UNIX_CRYPT_ID

public static final java.lang.String UNIX_CRYPT_ID
Identifies the Unix cryptgraphy string used for the simple password method.


SSHA_ID

public static final java.lang.String SSHA_ID
Identifies the SSHA hash table used for the simple password.

Constructor Detail

NMASSimplePwd

public NMASSimplePwd()