Package org.bouncycastle.jcajce.spec
Class SM2ParameterSpec
- java.lang.Object
-
- org.bouncycastle.jcajce.spec.SM2ParameterSpec
-
- All Implemented Interfaces:
java.security.spec.AlgorithmParameterSpec
public class SM2ParameterSpec extends java.lang.Object implements java.security.spec.AlgorithmParameterSpec
Parameter spec for SM2 ID parameter
-
-
Constructor Summary
Constructors Constructor Description SM2ParameterSpec(byte[] id)
Base constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getID()
Return the ID value.
-