Class ParametersWithContext

java.lang.Object
org.bouncycastle.crypto.params.ParametersWithContext
All Implemented Interfaces:
CipherParameters

public class ParametersWithContext extends Object implements CipherParameters
  • Constructor Details

    • ParametersWithContext

      public ParametersWithContext(CipherParameters parameters, byte[] context)
  • Method Details

    • copyContextTo

      public void copyContextTo(byte[] buf, int off, int len)
    • getContext

      public byte[] getContext()
    • getContextLength

      public int getContextLength()
    • getParameters

      public CipherParameters getParameters()