public class GOST28147WrapEngine extends java.lang.Object implements Wrapper
| Constructor and Description |
|---|
GOST28147WrapEngine() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlgorithmName()
Return the name of the algorithm the wrapper implements.
|
void |
init(boolean forWrapping,
CipherParameters param) |
byte[] |
unwrap(byte[] input,
int inOff,
int inLen) |
byte[] |
wrap(byte[] input,
int inOff,
int inLen) |
public void init(boolean forWrapping,
CipherParameters param)
public java.lang.String getAlgorithmName()
WrappergetAlgorithmName in interface Wrapperpublic byte[] unwrap(byte[] input,
int inOff,
int inLen)
throws InvalidCipherTextException
unwrap in interface WrapperInvalidCipherTextException