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

java.lang.Object
  extended byorg.apache.directory.server.kerberos.shared.crypto.encryption.EncryptionEngine
      extended byorg.apache.directory.server.kerberos.shared.crypto.encryption.Des3CbcEncryption
Direct Known Subclasses:
Des3CbcMd5Encryption, Des3CbcSha1Encryption

public abstract class Des3CbcEncryption
extends EncryptionEngine


Constructor Summary
Des3CbcEncryption()
           
 
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

Des3CbcEncryption

public Des3CbcEncryption()
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