public class ParametersWithContext extends java.lang.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)
public void copyContextTo(byte[] buf, int off, int len)
public byte[] getContext()
public int getContextLength()
public CipherParameters getParameters()