org.apache.directory.server.kerberos.shared.crypto.encryption
Class DesCbcCrcEncryption

java.lang.Object
  extended byorg.apache.directory.server.kerberos.shared.crypto.encryption.EncryptionEngine
      extended byorg.apache.directory.server.kerberos.shared.crypto.encryption.DesCbcEncryption
          extended byorg.apache.directory.server.kerberos.shared.crypto.encryption.DesCbcCrcEncryption

public class DesCbcCrcEncryption
extends DesCbcEncryption


Constructor Summary
DesCbcCrcEncryption()
           
 
Method Summary
 int checksumSize()
           
 ChecksumType checksumType()
           
 CipherType cipherType()
           
 int confounderSize()
           
 EncryptionType encryptionType()
           
 ChecksumEngine getChecksumEngine()
           
 int minimumPadSize()
           
 
Methods inherited from class org.apache.directory.server.kerberos.shared.crypto.encryption.DesCbcEncryption
blockSize, getBlockCipher, keySize, keyType
 
Methods inherited from class org.apache.directory.server.kerberos.shared.crypto.encryption.EncryptionEngine
getDecryptedData, getEncryptedData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesCbcCrcEncryption

public DesCbcCrcEncryption()
Method Detail

getChecksumEngine

public ChecksumEngine getChecksumEngine()
Specified by:
getChecksumEngine in class EncryptionEngine

encryptionType

public EncryptionType encryptionType()
Specified by:
encryptionType in class EncryptionEngine

checksumType

public ChecksumType checksumType()
Specified by:
checksumType in class EncryptionEngine

cipherType

public CipherType cipherType()

confounderSize

public int confounderSize()
Specified by:
confounderSize in class EncryptionEngine

checksumSize

public int checksumSize()
Specified by:
checksumSize in class EncryptionEngine

minimumPadSize

public int minimumPadSize()
Specified by:
minimumPadSize in class EncryptionEngine