com.ibm.security.krb5.internal.crypto

Class DesCbcMd5EType

  1. java.lang.Object
  2. extended bycom.ibm.security.krb5.internal.crypto.EType
  3. extended bycom.ibm.security.krb5.internal.crypto.DesCbcEType
  4. extended bycom.ibm.security.krb5.internal.crypto.DesCbcMd5EType

  1. public final class DesCbcMd5EType
  2. extends DesCbcEType

Constructor Summary

Constructor and Description
DesCbcMd5EType()

Method Summary

Modifier and Type Method and Description
  1. byte[]
calculateChecksum(byte[] data,int size)
Calculates checksum using MD5.
  1. int
checksumSize()
  1. int
checksumType()
  1. int
confounderSize()
  1. int
eType()
  1. int
minimumPadSize()
Methods inherited from class com.ibm.security.krb5.internal.crypto.DesCbcEType
blockSize, decrypt, decrypt, decrypt, encrypt, encrypt, encrypt, keySize, keyType
Methods inherited from class com.ibm.security.krb5.internal.crypto.EType
checksumField, copyChecksumField, dataSize, decrypt, decryptedData, encrypt, generateChecksum, getBuiltInDefaults, getDefaults, getDefaults, getInstance, getInstance, isChecksumEqual, isChecksumValid, isSupported, isSupported, padSize, resetChecksumField, setChecksum, startOfChecksum, startOfData, startOfPad, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

DesCbcMd5EType

  1. public DesCbcMd5EType()

Method Detail

eType

  1. public int eType()
Description copied from class: EType
DOCUMENT ME!
Specified by:
eType in class EType
Returns:
DOCUMENT ME!

minimumPadSize

  1. public int minimumPadSize()
Description copied from class: EType
DOCUMENT ME!
Specified by:
Returns:
DOCUMENT ME!

confounderSize

  1. public int confounderSize()
Description copied from class: EType
DOCUMENT ME!
Specified by:
Returns:
DOCUMENT ME!

checksumType

  1. public int checksumType()
Description copied from class: EType
DOCUMENT ME!
Specified by:
checksumType in class EType
Returns:
DOCUMENT ME!

checksumSize

  1. public int checksumSize()
Description copied from class: EType
DOCUMENT ME!
Specified by:
checksumSize in class EType
Returns:
DOCUMENT ME!

calculateChecksum

  1. public byte[] calculateChecksum( byte[] data,
  2. int size)
  3. throws KrbCryptoException
Calculates checksum using MD5.
Specified by:
Parameters:
data - the input data.
size - the length of data.
Returns:
the checksum.
Throws:
KrbCryptoException - DOCUMENT ME!