java.lang.Object
java.security.spec.SM4ParameterSpec
- All Implemented Interfaces:
AlgorithmParameterSpec
The SM4 parameter specification.
-
Constructor Summary
ConstructorsConstructorDescriptionSM4ParameterSpec(Class<? extends AlgorithmParameterSpec> paramSpecClass) Construct a new SM4ParameterSpec. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends AlgorithmParameterSpec>Get the class of the parameter specification.
-
Constructor Details
-
SM4ParameterSpec
Construct a new SM4ParameterSpec.- Parameters:
paramSpecClass- the class of the parameter specification
-
-
Method Details
-
getParamSpecClass
Get the class of the parameter specification.- Returns:
- the class of the parameter specification
-