Bouncy Castle Cryptography Library 1.81

org.bouncycastle.jcajce.spec
Class ContextParameterSpec

java.lang.Object
  extended byorg.bouncycastle.jcajce.spec.ContextParameterSpec
All Implemented Interfaces:
java.security.spec.AlgorithmParameterSpec

public class ContextParameterSpec
extends java.lang.Object
implements java.security.spec.AlgorithmParameterSpec


Field Summary
static ContextParameterSpec EMPTY_CONTEXT_SPEC
           
 
Constructor Summary
ContextParameterSpec(byte[] context)
           
 
Method Summary
 byte[] getContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_CONTEXT_SPEC

public static ContextParameterSpec EMPTY_CONTEXT_SPEC
Constructor Detail

ContextParameterSpec

public ContextParameterSpec(byte[] context)
Method Detail

getContext

public byte[] getContext()

Bouncy Castle Cryptography Library 1.81