org.bouncycastle.crypto.engines
public class RFC3211WrapEngine extends Object implements Wrapper
| Constructor Summary | |
|---|---|
| RFC3211WrapEngine(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) |