public class ArcFourHmacDecoder extends Decoder
Decoder
for ArcFourHmac.Constructor and Description |
---|
ArcFourHmacDecoder() |
Modifier and Type | Method and Description |
---|---|
int |
blockSize() |
int |
checksumSize() |
int |
confounderSize() |
byte[] |
decrypt(byte[] cipher,
byte[] key,
byte[] ivec,
int usage) |
byte[] |
decrypt(byte[] cipher,
byte[] key,
int usage) |
byte[] |
decryptedData(byte[] data) |
protected byte[] |
getHmac(byte[] key,
byte[] msg) |
int |
keySize() |
dataSize, getInstace, startOfChecksum, startOfData
public int checksumSize()
checksumSize
in class Decoder
public int confounderSize()
confounderSize
in class Decoder
public byte[] decrypt(byte[] cipher, byte[] key, int usage) throws NegotiationException
decrypt
in class Decoder
NegotiationException
public byte[] decrypt(byte[] cipher, byte[] key, byte[] ivec, int usage) throws NegotiationException
NegotiationException
protected byte[] getHmac(byte[] key, byte[] msg) throws GeneralSecurityException
GeneralSecurityException
public byte[] decryptedData(byte[] data)
decryptedData
in class Decoder
Copyright © 2018 JBoss by Red Hat. All rights reserved.