类 Sm2
- java.lang.Object
-
- cool.doudou.doudada.cipher.algorithm.sm.Sm2
-
public class Sm2 extends java.lang.ObjectSm2- 从以下版本开始:
- 2022/08/31
- 作者:
- jiangcs
-
-
字段概要
字段 修饰符和类型 字段 说明 java.math.BigIntegereccA系数ajava.math.BigIntegereccB系数borg.bouncycastle.crypto.params.ECDomainParameterseccBcSpecorg.bouncycastle.math.ec.ECCurveeccCurvejava.math.BigIntegereccGx坐标xjava.math.BigIntegereccGy坐标yorg.bouncycastle.crypto.generators.ECKeyPairGeneratoreccKeyPairGeneratorjava.math.BigIntegereccN基点G, G=(xg,yg),其介记为njava.math.BigIntegereccP素数pstatic java.lang.String[]eccParamorg.bouncycastle.math.ec.ECPointeccPointGorg.bouncycastle.math.ec.ECFieldElementecFieldElementGxorg.bouncycastle.math.ec.ECFieldElementecFieldElementGy
-
构造器概要
构造器 构造器 说明 Sm2()
-
-
-
字段详细资料
-
eccParam
public static java.lang.String[] eccParam
-
eccP
public final java.math.BigInteger eccP
素数p
-
eccA
public final java.math.BigInteger eccA
系数a
-
eccB
public final java.math.BigInteger eccB
系数b
-
eccN
public final java.math.BigInteger eccN
基点G, G=(xg,yg),其介记为n
-
eccGx
public final java.math.BigInteger eccGx
坐标x
-
eccGy
public final java.math.BigInteger eccGy
坐标y
-
eccCurve
public final org.bouncycastle.math.ec.ECCurve eccCurve
-
eccPointG
public final org.bouncycastle.math.ec.ECPoint eccPointG
-
eccBcSpec
public final org.bouncycastle.crypto.params.ECDomainParameters eccBcSpec
-
eccKeyPairGenerator
public final org.bouncycastle.crypto.generators.ECKeyPairGenerator eccKeyPairGenerator
-
ecFieldElementGx
public final org.bouncycastle.math.ec.ECFieldElement ecFieldElementGx
-
ecFieldElementGy
public final org.bouncycastle.math.ec.ECFieldElement ecFieldElementGy
-
-
方法详细资料
-
Instance
public static Sm2 Instance()
-
-