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

java.lang.Object
  extended by org.apache.directory.server.kerberos.shared.crypto.encryption.EncryptionEngine
      extended by org.apache.directory.server.kerberos.shared.crypto.encryption.DesCbcEncryption
Direct Known Subclasses:
DesCbcMd5Encryption

public abstract class DesCbcEncryption
extends EncryptionEngine


Constructor Summary
DesCbcEncryption()
           
 
Method Summary
 int blockSize()
           
 javax.crypto.Cipher getCipher()
           
 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

getCipher

public javax.crypto.Cipher getCipher()
                              throws java.security.GeneralSecurityException
Specified by:
getCipher in class EncryptionEngine
Throws:
java.security.GeneralSecurityException

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


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.