Constructor and Description |
---|
RFC3211WrapEngine(BlockCipher engine) |
Modifier and Type | Method and Description |
---|---|
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) |
public RFC3211WrapEngine(BlockCipher engine)
public void init(boolean forWrapping, CipherParameters param)
public String getAlgorithmName()
Wrapper
getAlgorithmName
in interface Wrapper
public byte[] unwrap(byte[] in, int inOff, int inLen) throws InvalidCipherTextException
unwrap
in interface Wrapper
InvalidCipherTextException
Copyright © 2015. All rights reserved.