Package org.bouncycastle.jcajce.spec
Class SM2ParameterSpec
java.lang.Object
org.bouncycastle.jcajce.spec.SM2ParameterSpec
- All Implemented Interfaces:
AlgorithmParameterSpec
Parameter spec for SM2 ID parameter
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SM2ParameterSpec
public SM2ParameterSpec(byte[] id) Base constructor.- Parameters:
id
- the ID string associated with this usage of SM2.
-
-
Method Details
-
getID
public byte[] getID()Return the ID value.- Returns:
- the ID string.
-