AESWrapEngine, AESWrapPadEngine, ARIAWrapEngine, ARIAWrapPadEngine, CamelliaWrapEngine, CryptoProWrapEngine, DESedeWrapEngine, DSTU7624WrapEngine, GOST28147WrapEngine, RC2WrapEngine, RFC3211WrapEngine, RFC3394WrapEngine, RFC5649WrapEngine, SEEDWrapEnginepublic interface Wrapper
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getAlgorithmName() |
Return the name of the algorithm the wrapper implements.
|
void |
init(boolean forWrapping,
CipherParameters param) |
|
byte[] |
unwrap(byte[] in,
int inOff,
int inLen) |
|
byte[] |
wrap(byte[] in,
int inOff,
int inLen) |
void init(boolean forWrapping,
CipherParameters param)
java.lang.String getAlgorithmName()
byte[] wrap(byte[] in,
int inOff,
int inLen)
byte[] unwrap(byte[] in,
int inOff,
int inLen)
throws InvalidCipherTextException
InvalidCipherTextException