Package org.bouncycastle.jcajce.spec
Class ContextParameterSpec
- java.lang.Object
-
- org.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
Fields Modifier and Type Field Description static ContextParameterSpec
EMPTY_CONTEXT_SPEC
-
Constructor Summary
Constructors Constructor Description ContextParameterSpec(byte[] context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getContext()
-
-
-
Field Detail
-
EMPTY_CONTEXT_SPEC
public static ContextParameterSpec EMPTY_CONTEXT_SPEC
-
-