|
||||||||||
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.DesCbcEncryption
public abstract class DesCbcEncryption
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 |
---|
public DesCbcEncryption()
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 |