Frames | No Frames |
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.
|