|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.kerberos.shared.crypto.checksum.ChecksumType
public final class ChecksumType
A type-safe enumeration of Kerberos checksum types.
| Field Summary | |
|---|---|
static ChecksumType |
CRC32
The CRC32 checksum type. |
static ChecksumType |
DES_MAC
The des-mac checksum type. |
static ChecksumType |
DES_MAC_K
The des-mac-k checksum type. |
static ChecksumType |
HMAC_MD5
The hmac-md5 checksum type. |
static ChecksumType |
HMAC_SHA1_96_AES128
The hmac-sha1-96-aes128 checksum type. |
static ChecksumType |
HMAC_SHA1_96_AES256
The hmac-sha1-96-aes256 checksum type. |
static ChecksumType |
HMAC_SHA1_DES3
The hmac-sha1-des3 checksum type. |
static ChecksumType |
HMAC_SHA1_DES3_KD
The hmac-sha1-des3-kd checksum type. |
static ChecksumType |
NULL
The "null" checksum type. |
static ChecksumType |
RSA_MD4
The rsa-md4 checksum type. |
static ChecksumType |
RSA_MD4_DES
The rsa-md4-des checksum type. |
static ChecksumType |
RSA_MD4_DES_K
The rsa-md4-des-k checksum type. |
static ChecksumType |
RSA_MD5
The rsa-md5 checksum type. |
static ChecksumType |
RSA_MD5_DES
The rsa-md5-des checksum type. |
static ChecksumType |
RSA_MD5_DES3
The rsa-md5-des3 checksum type. |
static ChecksumType |
SHA1
The sha1 (unkeyed) checksum type. |
static ChecksumType |
SHA1_2
The sha1 (unkeyed) checksum type. |
static ChecksumType |
UNKNOWN
The "unknown" checksum type. |
static java.util.List<ChecksumType> |
VALUES
A List of all the checksum type constants. |
| Method Summary | |
|---|---|
int |
compareTo(ChecksumType that)
|
int |
getOrdinal()
Returns the number associated with this checksum type. |
static ChecksumType |
getTypeByOrdinal(int type)
Returns the checksum type when specified by its ordinal. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ChecksumType UNKNOWN
public static final ChecksumType NULL
public static final ChecksumType CRC32
public static final ChecksumType RSA_MD4
public static final ChecksumType RSA_MD4_DES
public static final ChecksumType DES_MAC
public static final ChecksumType DES_MAC_K
public static final ChecksumType RSA_MD4_DES_K
public static final ChecksumType RSA_MD5
public static final ChecksumType RSA_MD5_DES
public static final ChecksumType RSA_MD5_DES3
public static final ChecksumType SHA1
public static final ChecksumType HMAC_SHA1_DES3_KD
public static final ChecksumType HMAC_SHA1_DES3
public static final ChecksumType SHA1_2
public static final ChecksumType HMAC_SHA1_96_AES128
public static final ChecksumType HMAC_SHA1_96_AES256
public static final ChecksumType HMAC_MD5
public static final java.util.List<ChecksumType> VALUES
| Method Detail |
|---|
public static ChecksumType getTypeByOrdinal(int type)
type -
public int getOrdinal()
public int compareTo(ChecksumType that)
compareTo in interface java.lang.Comparable<ChecksumType>public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||