Bouncy Castle Cryptography Library 1.79

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
ParametersWithContext(CipherParameters parameters, byte[] context)
           
 
Method Summary
 void copyContextTo(byte[] buf, int off, int len)
           
 byte[] getContext()
           
 int getContextLength()
           
 CipherParameters getParameters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()

Bouncy Castle Cryptography Library 1.79