Module java.base

Class SM4ParameterSpec

java.lang.Object
java.security.spec.SM4ParameterSpec
All Implemented Interfaces:
AlgorithmParameterSpec

public final class SM4ParameterSpec extends Object implements AlgorithmParameterSpec
The SM4 parameter specification.
  • Constructor Details

    • SM4ParameterSpec

      public SM4ParameterSpec(Class<? extends AlgorithmParameterSpec> paramSpecClass)
      Construct a new SM4ParameterSpec.
      Parameters:
      paramSpecClass - the class of the parameter specification
  • Method Details

    • getParamSpecClass

      public Class<? extends AlgorithmParameterSpec> getParamSpecClass()
      Get the class of the parameter specification.
      Returns:
      the class of the parameter specification