org.apache.directory.server.kerberos.shared.crypto.encryption
Class EncryptionType

java.lang.Object
  extended by org.apache.directory.server.kerberos.shared.crypto.encryption.EncryptionType
All Implemented Interfaces:
java.lang.Comparable

public final class EncryptionType
extends java.lang.Object
implements java.lang.Comparable


Field Summary
static EncryptionType AES128_CTS_HMAC_SHA1_96
           
static EncryptionType AES256_CTS_HMAC_SHA1_96
           
static EncryptionType DES_CBC_CRC
           
static EncryptionType DES_CBC_MD4
           
static EncryptionType DES_CBC_MD5
           
static EncryptionType DES_EDE3_CBC_ENV_OID
           
static EncryptionType DES3_CBC_MD5
           
static EncryptionType DES3_CBC_SHA1
           
static EncryptionType DES3_CBC_SHA1_KD
           
static EncryptionType DSAWITHSHA1_CMSOID
           
static EncryptionType MD5WITHRSAENCRYPTION_CMSOID
           
static EncryptionType NULL
           
static EncryptionType RC2CBC_ENVOID
           
static EncryptionType RC4_HMAC
           
static EncryptionType RC4_HMAC_EXP
           
static EncryptionType RC4_HMAC_OLD
           
static EncryptionType RC4_HMAC_OLD_EXP
           
static EncryptionType RC4_MD4
           
static EncryptionType RESERVED4
           
static EncryptionType RESERVED6
           
static EncryptionType RSAENCRYPTION_ENVOID
           
static EncryptionType RSAES_OAEP_ENV_OID
           
static EncryptionType SHA1WITHRSAENCRYPTION_CMSOID
           
static EncryptionType SUBKEY_KEYMATERIAL
           
static EncryptionType UNKNOWN
          Enumeration elements are constructed once upon class loading.
static java.util.List VALUES
           
 
Method Summary
 int compareTo(java.lang.Object that)
           
 int getOrdinal()
           
static EncryptionType getTypeByOrdinal(int type)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNKNOWN

public static final EncryptionType UNKNOWN
Enumeration elements are constructed once upon class loading. Order of appearance here determines the order of compareTo.


NULL

public static final EncryptionType NULL

DES_CBC_CRC

public static final EncryptionType DES_CBC_CRC

DES_CBC_MD4

public static final EncryptionType DES_CBC_MD4

DES_CBC_MD5

public static final EncryptionType DES_CBC_MD5

RESERVED4

public static final EncryptionType RESERVED4

DES3_CBC_MD5

public static final EncryptionType DES3_CBC_MD5

RESERVED6

public static final EncryptionType RESERVED6

DES3_CBC_SHA1

public static final EncryptionType DES3_CBC_SHA1

DSAWITHSHA1_CMSOID

public static final EncryptionType DSAWITHSHA1_CMSOID

MD5WITHRSAENCRYPTION_CMSOID

public static final EncryptionType MD5WITHRSAENCRYPTION_CMSOID

SHA1WITHRSAENCRYPTION_CMSOID

public static final EncryptionType SHA1WITHRSAENCRYPTION_CMSOID

RC2CBC_ENVOID

public static final EncryptionType RC2CBC_ENVOID

RSAENCRYPTION_ENVOID

public static final EncryptionType RSAENCRYPTION_ENVOID

RSAES_OAEP_ENV_OID

public static final EncryptionType RSAES_OAEP_ENV_OID

DES_EDE3_CBC_ENV_OID

public static final EncryptionType DES_EDE3_CBC_ENV_OID

DES3_CBC_SHA1_KD

public static final EncryptionType DES3_CBC_SHA1_KD

AES128_CTS_HMAC_SHA1_96

public static final EncryptionType AES128_CTS_HMAC_SHA1_96

AES256_CTS_HMAC_SHA1_96

public static final EncryptionType AES256_CTS_HMAC_SHA1_96

RC4_HMAC

public static final EncryptionType RC4_HMAC

RC4_HMAC_EXP

public static final EncryptionType RC4_HMAC_EXP

SUBKEY_KEYMATERIAL

public static final EncryptionType SUBKEY_KEYMATERIAL

RC4_MD4

public static final EncryptionType RC4_MD4

RC4_HMAC_OLD

public static final EncryptionType RC4_HMAC_OLD

RC4_HMAC_OLD_EXP

public static final EncryptionType RC4_HMAC_OLD_EXP

VALUES

public static final java.util.List VALUES
Method Detail

getTypeByOrdinal

public static EncryptionType getTypeByOrdinal(int type)

getOrdinal

public int getOrdinal()

compareTo

public int compareTo(java.lang.Object that)
Specified by:
compareTo in interface java.lang.Comparable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.