public class SM2 extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
BigInteger |
ecc_a
系数a
|
BigInteger |
ecc_b
系数b
|
org.bouncycastle.crypto.params.ECDomainParameters |
ecc_bc_spec |
org.bouncycastle.math.ec.ECCurve |
ecc_curve |
BigInteger |
ecc_gx
坐标x
|
org.bouncycastle.math.ec.ECFieldElement |
ecc_gx_fieldelement |
BigInteger |
ecc_gy
坐标y
|
org.bouncycastle.math.ec.ECFieldElement |
ecc_gy_fieldelement |
org.bouncycastle.crypto.generators.ECKeyPairGenerator |
ecc_key_pair_generator |
BigInteger |
ecc_n
基点G, G=(xg,yg),其介记为n
|
BigInteger |
ecc_p
素数p
|
static String[] |
ecc_param |
org.bouncycastle.math.ec.ECPoint |
ecc_point_g |
| 构造器和说明 |
|---|
SM2() |
public static String[] ecc_param
public final BigInteger ecc_p
public final BigInteger ecc_a
public final BigInteger ecc_b
public final BigInteger ecc_n
public final BigInteger ecc_gx
public final BigInteger ecc_gy
public final org.bouncycastle.math.ec.ECCurve ecc_curve
public final org.bouncycastle.math.ec.ECPoint ecc_point_g
public final org.bouncycastle.crypto.params.ECDomainParameters ecc_bc_spec
public final org.bouncycastle.crypto.generators.ECKeyPairGenerator ecc_key_pair_generator
public final org.bouncycastle.math.ec.ECFieldElement ecc_gx_fieldelement
public final org.bouncycastle.math.ec.ECFieldElement ecc_gy_fieldelement
public static SM2 Instance()
Copyright © 2024. All rights reserved.