public class DesCbcMd4Enc extends AbstractEncTypeHandler
| Constructor and Description |
|---|
DesCbcMd4Enc() |
| Modifier and Type | Method and Description |
|---|---|
CheckSumType |
checksumType() |
protected byte[] |
decryptWith(byte[] workBuffer,
int[] workLens,
byte[] key,
byte[] iv,
int usage) |
protected void |
encryptWith(byte[] workBuffer,
int[] workLens,
byte[] key,
byte[] iv,
int usage) |
EncryptionType |
eType() |
protected int |
paddingLength(int inputLen) |
byte[] |
prf(byte[] key,
byte[] seed) |
checksumSize, confounderSize, decrypt, decrypt, displayName, encrypt, encrypt, keyInputSize, keyMaker, keyMaker, keySize, name, paddingSize, prfSize, random2Key, str2keychecksumEqual, checksumEqual, encProvider, hashProviderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencProvider, hashProviderpublic EncryptionType eType()
public CheckSumType checksumType()
public byte[] prf(byte[] key,
byte[] seed)
throws KrbException
KrbExceptionprotected int paddingLength(int inputLen)
paddingLength in class AbstractEncTypeHandlerprotected void encryptWith(byte[] workBuffer,
int[] workLens,
byte[] key,
byte[] iv,
int usage)
throws KrbException
encryptWith in class AbstractEncTypeHandlerKrbExceptionprotected byte[] decryptWith(byte[] workBuffer,
int[] workLens,
byte[] key,
byte[] iv,
int usage)
throws KrbException
decryptWith in class AbstractEncTypeHandlerKrbExceptionCopyright © 2014–2017 The Apache Software Foundation. All rights reserved.