org.apache.directory.server.kerberos.shared.crypto.encryption
Class DesCbcCrcEncryption
java.lang.Object
org.apache.directory.server.kerberos.shared.crypto.encryption.EncryptionEngine
org.apache.directory.server.kerberos.shared.crypto.encryption.DesCbcEncryption
org.apache.directory.server.kerberos.shared.crypto.encryption.DesCbcCrcEncryption
public class DesCbcCrcEncryption
- extends DesCbcEncryption
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DesCbcCrcEncryption
public DesCbcCrcEncryption()
getChecksumEngine
public ChecksumEngine getChecksumEngine()
- Specified by:
getChecksumEngine
in class EncryptionEngine
encryptionType
public EncryptionType encryptionType()
- Specified by:
encryptionType
in class EncryptionEngine
checksumType
public ChecksumType checksumType()
- Specified by:
checksumType
in class EncryptionEngine
cipherType
public CipherType cipherType()
confounderSize
public int confounderSize()
- Specified by:
confounderSize
in class EncryptionEngine
checksumSize
public int checksumSize()
- Specified by:
checksumSize
in class EncryptionEngine
minimumPadSize
public int minimumPadSize()
- Specified by:
minimumPadSize
in class EncryptionEngine