com.ibm.security.krb5.internal.crypto
Class DesCbcMd5EType
- java.lang.Object
com.ibm.security.krb5.internal.crypto.EType
com.ibm.security.krb5.internal.crypto.DesCbcEType
com.ibm.security.krb5.internal.crypto.DesCbcMd5EType
- public final class DesCbcMd5EType
- extends DesCbcEType
Constructor Summary
| Constructor and Description |
|---|
DesCbcMd5EType()
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
calculateChecksum(byte[] data,int size)
Calculates checksum using MD5.
|
|
checksumSize()
|
|
checksumType()
|
|
confounderSize()
|
|
eType()
|
|
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
- public DesCbcMd5EType()
Method Detail
eType
- public int eType()
DOCUMENT ME!
Returns:
DOCUMENT ME!
minimumPadSize
- public int minimumPadSize()
Description copied from class:
EType
DOCUMENT ME!
Specified by:
minimumPadSize in class EType
Returns:
DOCUMENT ME!
confounderSize
- public int confounderSize()
Description copied from class:
EType
DOCUMENT ME!
Specified by:
confounderSize in class EType
Returns:
DOCUMENT ME!
checksumType
- public int checksumType()
Description copied from class:
EType
DOCUMENT ME!
Specified by:
checksumType in class EType
Returns:
DOCUMENT ME!
checksumSize
- public int checksumSize()
Description copied from class:
EType
DOCUMENT ME!
Specified by:
checksumSize in class EType
Returns:
DOCUMENT ME!
calculateChecksum
- public byte[] calculateChecksum( byte[] data,
- int size)
- throws KrbCryptoException
Calculates checksum using MD5.
Specified by:
calculateChecksum in class EType
Parameters:
data - the input data. size - the length of data. Returns:
the checksum.
Throws:
KrbCryptoException - DOCUMENT ME!
EType