Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public int | |
public int | |
public int | |
public int | |
public byte[] | decrypt(byte[] cipher, byte[] key, int usage)
Implements abstract sun. |
public byte[] | decrypt(byte[] cipher, byte[] key, byte[] ivec, int usage)
Implements abstract sun. |
public byte[] | |
public byte[] | encrypt(byte[] data, byte[] key, int usage)
Implements abstract sun. |
public byte[] | encrypt(byte[] data, byte[] key, byte[] ivec, int usage)
Implements abstract sun. |
public int | |
public int | |
public int | |
public int |
Des3CbcHmacSha1KdEType | back to summary |
---|---|
public Des3CbcHmacSha1KdEType() |
blockSize | back to summary |
---|---|
public int blockSize() Implements abstract sun. |
checksumSize | back to summary |
---|---|
public int checksumSize() Implements abstract sun. |
checksumType | back to summary |
---|---|
public int checksumType() Implements abstract sun. |
confounderSize | back to summary |
---|---|
public int confounderSize() Implements abstract sun. |
decrypt | back to summary |
---|---|
public byte[] decrypt(byte[] cipher, byte[] key, int usage) throws KrbApErrException, KrbCryptoException Implements abstract sun. |
decrypt | back to summary |
---|---|
public byte[] decrypt(byte[] cipher, byte[] key, byte[] ivec, int usage) throws KrbApErrException, KrbCryptoException Implements abstract sun. |
decryptedData | back to summary |
---|---|
public byte[] decryptedData(byte[] data) Overrides sun. |
encrypt | back to summary |
---|---|
public byte[] encrypt(byte[] data, byte[] key, int usage) throws KrbCryptoException Implements abstract sun. |
encrypt | back to summary |
---|---|
public byte[] encrypt(byte[] data, byte[] key, byte[] ivec, int usage) throws KrbCryptoException Implements abstract sun. |
eType | back to summary |
---|---|
public int eType() Implements abstract sun. |
keySize | back to summary |
---|---|
public int keySize() Implements abstract sun. |
keyType | back to summary |
---|---|
public int keyType() Implements abstract sun. |
minimumPadSize | back to summary |
---|---|
public int minimumPadSize() Implements abstract sun. |