public class ParametersWithContext extends Object implements CipherParameters
| Constructor and Description |
|---|
ParametersWithContext(CipherParameters parameters,
byte[] context) |
| Modifier and Type | Method and Description |
|---|---|
void | copyContextTo(byte[] buf,
int off,
int len) |
byte[] | getContext() |
int | getContextLength() |
CipherParameters | getParameters() |
public ParametersWithContext(CipherParameters parameters, byte[] context)
parameters - the cipher parameterscontext - the context datapublic void copyContextTo(byte[] buf,
int off,
int len)buf - destination bufferpublic byte[] getContext()
public int getContextLength()
public CipherParameters getParameters()