org.bouncycastle.crypto.params
Class ParametersWithContext
java.lang.Object
|
+--org.bouncycastle.crypto.params.ParametersWithContext
- All Implemented Interfaces:
- CipherParameters
- public class ParametersWithContext
- extends java.lang.Object
- implements CipherParameters
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParametersWithContext
public ParametersWithContext(CipherParameters parameters,
byte[] context)
copyContextTo
public void copyContextTo(byte[] buf,
int off,
int len)
getContext
public byte[] getContext()
getContextLength
public int getContextLength()
getParameters
public CipherParameters getParameters()