Uses of Class
org.apache.directory.server.kerberos.shared.crypto.checksum.ChecksumType

Packages that use ChecksumType
org.apache.directory.server.kerberos.shared.crypto.checksum Provides support for checksum calculations. 
org.apache.directory.server.kerberos.shared.crypto.encryption Provides support for Kerberos CipherText operations. 
org.apache.directory.server.kerberos.shared.messages.value Provides value object components of Kerberos messages. 
 

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
          The CRC32 checksum type.
static ChecksumType ChecksumType.DES_MAC
          The des-mac checksum type.
static ChecksumType ChecksumType.DES_MAC_K
          The des-mac-k checksum type.
static ChecksumType ChecksumType.HMAC_MD5
          The hmac-md5 checksum type.
static ChecksumType ChecksumType.HMAC_SHA1_96_AES128
          The hmac-sha1-96-aes128 checksum type.
static ChecksumType ChecksumType.HMAC_SHA1_96_AES256
          The hmac-sha1-96-aes256 checksum type.
static ChecksumType ChecksumType.HMAC_SHA1_DES3
          The hmac-sha1-des3 checksum type.
static ChecksumType ChecksumType.HMAC_SHA1_DES3_KD
          The hmac-sha1-des3-kd checksum type.
static ChecksumType ChecksumType.NULL
          The "null" checksum type.
static ChecksumType ChecksumType.RSA_MD4
          The rsa-md4 checksum type.
static ChecksumType ChecksumType.RSA_MD4_DES
          The rsa-md4-des checksum type.
static ChecksumType ChecksumType.RSA_MD4_DES_K
          The rsa-md4-des-k checksum type.
static ChecksumType ChecksumType.RSA_MD5
          The rsa-md5 checksum type.
static ChecksumType ChecksumType.RSA_MD5_DES
          The rsa-md5-des checksum type.
static ChecksumType ChecksumType.RSA_MD5_DES3
          The rsa-md5-des3 checksum type.
static ChecksumType ChecksumType.SHA1
          The sha1 (unkeyed) checksum type.
static ChecksumType ChecksumType.SHA1_2
          The sha1 (unkeyed) checksum type.
static ChecksumType ChecksumType.UNKNOWN
          The "unknown" checksum type.
 

Fields in org.apache.directory.server.kerberos.shared.crypto.checksum with type parameters of type ChecksumType
static java.util.List<ChecksumType> ChecksumType.VALUES
          A List of all the checksum type constants.
 

Methods in org.apache.directory.server.kerberos.shared.crypto.checksum that return ChecksumType
 ChecksumType ChecksumEngine.checksumType()
          Returns the checksum type of this checksum engine.
static ChecksumType ChecksumType.getTypeByOrdinal(int type)
          Returns the checksum type when specified by its ordinal.
 

Methods in org.apache.directory.server.kerberos.shared.crypto.checksum with parameters of type ChecksumType
 Checksum ChecksumHandler.calculateChecksum(ChecksumType checksumType, byte[] bytes, byte[] key, KeyUsage usage)
          Calculate a checksum based on raw bytes and an (optional) key for keyed checksums.
 int ChecksumType.compareTo(ChecksumType that)
           
 

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
 ChecksumType Des3CbcSha1KdEncryption.checksumType()
           
 ChecksumType Aes256CtsSha1Encryption.checksumType()
           
 ChecksumType Aes128CtsSha1Encryption.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()
          Returns the ChecksumType.
 

Constructors in org.apache.directory.server.kerberos.shared.messages.value with parameters of type ChecksumType
Checksum(ChecksumType checksumType, byte[] checksum)
          Creates a new instance of Checksum.
 



Copyright © 2003-2007 The Apache Software Foundation. All Rights Reserved.