org.bouncycastle.crypto.engines
public class RFC3394WrapEngine extends Object implements Wrapper
For further details see: http://www.ietf.org/rfc/rfc3394.txt and http://csrc.nist.gov/encryption/kms/key-wrap.pdf.
Constructor Summary | |
---|---|
RFC3394WrapEngine(BlockCipher engine) |
Method Summary | |
---|---|
String | getAlgorithmName() |
void | init(boolean forWrapping, CipherParameters param) |
byte[] | unwrap(byte[] in, int inOff, int inLen) |
byte[] | wrap(byte[] in, int inOff, int inLen) |