public class SM2Constant extends Object
Modifier and Type | Field and Description |
---|---|
static org.bouncycastle.asn1.ASN1ObjectIdentifier |
ID_SM2_PUBLIC_KEY_PARAM
SM2国密算法公钥参数的Oid标识
|
static String |
SM2_CURVE_NAME
SM2默认曲线
|
static org.bouncycastle.crypto.params.ECDomainParameters |
SM2_DOMAIN_PARAMS
SM2推荐曲线参数(来自https://github.com/ZZMarquis/gmhelper)
|
static org.bouncycastle.jce.spec.ECParameterSpec |
SM2_EC_SPEC
SM2椭圆曲线参数类
|
Constructor and Description |
---|
SM2Constant() |
public static final String SM2_CURVE_NAME
public static final org.bouncycastle.jce.spec.ECParameterSpec SM2_EC_SPEC
public static final org.bouncycastle.crypto.params.ECDomainParameters SM2_DOMAIN_PARAMS
public static final org.bouncycastle.asn1.ASN1ObjectIdentifier ID_SM2_PUBLIC_KEY_PARAM
Copyright © 2025. All rights reserved.