|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ChecksumType in org.apache.directory.server.kerberos.kdc |
---|
Methods in org.apache.directory.server.kerberos.kdc with parameters of type ChecksumType | |
---|---|
protected boolean |
SelectChecksumType.isAllowedChecksumType(ChecksumType requestedType,
ChecksumType[] configuredTypes)
|
protected boolean |
SelectChecksumType.isAllowedChecksumType(ChecksumType requestedType,
ChecksumType[] configuredTypes)
|
Uses of ChecksumType in org.apache.directory.server.kerberos.shared.crypto.checksum |
---|
Fields in org.apache.directory.server.kerberos.shared.crypto.checksum declared as ChecksumType | |
---|---|
static ChecksumType |
ChecksumType.CRC32
|
static ChecksumType |
ChecksumType.DES_MAC
|
static ChecksumType |
ChecksumType.DES_MAC_K
|
static ChecksumType |
ChecksumType.HMAC_SHA1_96_AES128
|
static ChecksumType |
ChecksumType.HMAC_SHA1_96_AES256
|
static ChecksumType |
ChecksumType.HMAC_SHA1_DES3
|
static ChecksumType |
ChecksumType.HMAC_SHA1_DES3_KD
|
static ChecksumType |
ChecksumType.NULL
|
static ChecksumType |
ChecksumType.RSA_MD4
|
static ChecksumType |
ChecksumType.RSA_MD4_DES
|
static ChecksumType |
ChecksumType.RSA_MD4_DES_K
|
static ChecksumType |
ChecksumType.RSA_MD5
|
static ChecksumType |
ChecksumType.RSA_MD5_DES
|
static ChecksumType |
ChecksumType.RSA_MD5_DES3
|
static ChecksumType |
ChecksumType.SHA1
|
static ChecksumType |
ChecksumType.SHA1_2
|
static ChecksumType |
ChecksumType.UNKNOWN
Enumeration elements are constructed once upon class loading. |
Methods in org.apache.directory.server.kerberos.shared.crypto.checksum that return ChecksumType | |
---|---|
abstract ChecksumType |
ChecksumEngine.checksumType()
|
ChecksumType |
RsaMd5Checksum.checksumType()
|
ChecksumType |
Sha1Checksum.checksumType()
|
static ChecksumType |
ChecksumType.getTypeByOrdinal(int type)
|
Uses of ChecksumType in org.apache.directory.server.kerberos.shared.crypto.encryption |
---|
Methods in org.apache.directory.server.kerberos.shared.crypto.encryption that return ChecksumType | |
---|---|
abstract ChecksumType |
EncryptionEngine.checksumType()
|
ChecksumType |
DesCbcMd5Encryption.checksumType()
|
ChecksumType |
Des3CbcSha1Encryption.checksumType()
|
ChecksumType |
NullEncryption.checksumType()
|
ChecksumType |
Des3CbcMd5Encryption.checksumType()
|
Uses of ChecksumType in org.apache.directory.server.kerberos.shared.messages.value |
---|
Methods in org.apache.directory.server.kerberos.shared.messages.value that return ChecksumType | |
---|---|
ChecksumType |
Checksum.getChecksumType()
|
Constructors in org.apache.directory.server.kerberos.shared.messages.value with parameters of type ChecksumType | |
---|---|
Checksum(ChecksumType checksumType,
byte[] checksum)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |