Package 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
-
-
Constructor Summary
Constructors Constructor Description ParametersWithContext(CipherParameters parameters, byte[] context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
copyContextTo(byte[] buf, int off, int len)
byte[]
getContext()
int
getContextLength()
CipherParameters
getParameters()
-
-
-
Constructor Detail
-
ParametersWithContext
public ParametersWithContext(CipherParameters parameters, byte[] context)
-
-
Method Detail
-
copyContextTo
public void copyContextTo(byte[] buf, int off, int len)
-
getContext
public byte[] getContext()
-
getContextLength
public int getContextLength()
-
getParameters
public CipherParameters getParameters()
-
-