public class DESedeWrapEngine extends Object implements Wrapper
Note:
| Constructor and Description |
|---|
DESedeWrapEngine() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithmName()
Method getAlgorithmName
|
void |
init(boolean forWrapping,
CipherParameters param)
Method init
|
byte[] |
unwrap(byte[] in,
int inOff,
int inLen)
Method unwrap
|
byte[] |
wrap(byte[] in,
int inOff,
int inLen)
Method wrap
|
public void init(boolean forWrapping,
CipherParameters param)
public String getAlgorithmName()
getAlgorithmName in interface Wrapperpublic byte[] wrap(byte[] in,
int inOff,
int inLen)
public byte[] unwrap(byte[] in,
int inOff,
int inLen)
throws InvalidCipherTextException
unwrap in interface Wrapperin - inOff - inLen - InvalidCipherTextExceptionCopyright © 2015. All rights reserved.