Uses of Class gnu.javax.crypto.kwa.KeyUnwrappingException

Uses in package gnu.javax.crypto.kwa

Methods which throw type gnu.javax.crypto.kwa.KeyUnwrappingException

byte[]
AESKeyWrap.engineUnwrap(byte[] in, int inOffset, int length)
byte[]
BaseKeyWrappingAlgorithm.engineUnwrap(byte[] in, int inOffset, int length)
byte[]
TripleDESKeyWrap.engineUnwrap(byte[] in, int inOffset, int length)
byte[]
BaseKeyWrappingAlgorithm.unwrap(byte[] in, int inOffset, int length)
Unwraps the designated cipher text bytes.
byte[]
IKeyWrappingAlgorithm.unwrap(byte[] in, int inOffset, int length)
Unwraps the designated cipher text bytes.
int
BaseKeyWrappingAlgorithm.unwrap(byte[] in, int inOffset, int length, byte[] out, int outOffset)
Unwraps the designated cipher text bytes.
int
IKeyWrappingAlgorithm.unwrap(byte[] in, int inOffset, int length, byte[] out, int outOffset)
Unwraps the designated cipher text bytes.