Class SM2ParameterSpec

java.lang.Object
org.bouncycastle.jcajce.spec.SM2ParameterSpec
All Implemented Interfaces:
AlgorithmParameterSpec

public class SM2ParameterSpec extends Object implements AlgorithmParameterSpec
Parameter spec for SM2 ID parameter
  • 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.