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

java.lang.Object
  extended byorg.apache.directory.server.kerberos.shared.crypto.encryption.EncryptionEngine
      extended byorg.apache.directory.server.kerberos.shared.crypto.encryption.DesCbcEncryption
Direct Known Subclasses:
DesCbcCrcEncryption, DesCbcMd4Encryption, DesCbcMd5Encryption

public abstract class DesCbcEncryption
extends EncryptionEngine


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

Constructor Detail

DesCbcEncryption

public DesCbcEncryption()
Method Detail

getBlockCipher

public BlockCipher getBlockCipher()
Specified by:
getBlockCipher in class EncryptionEngine

keyType

public CipherType keyType()
Specified by:
keyType in class EncryptionEngine

blockSize

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

keySize

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