|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.kerberos.shared.crypto.encryption.EncryptionEngine
org.apache.directory.server.kerberos.shared.crypto.encryption.Des3CbcEncryption
public abstract class Des3CbcEncryption
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 |
---|
public Des3CbcEncryption()
Method Detail |
---|
public javax.crypto.Cipher getCipher() throws java.security.GeneralSecurityException
getCipher
in class EncryptionEngine
java.security.GeneralSecurityException
public CipherType keyType()
keyType
in class EncryptionEngine
public int blockSize()
blockSize
in class EncryptionEngine
public int keySize()
keySize
in class EncryptionEngine
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |