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

java.lang.Object
  extended by org.apache.directory.server.kerberos.shared.crypto.encryption.EncryptionEngine
      extended by org.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()
           
 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

Des3CbcEncryption

public Des3CbcEncryption()
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-2012 Apache Software Foundation. All Rights Reserved.