MCPcopy Create free account
hub / github.com/SeanDragon/protools / SM2

Method SM2

security/src/main/java/pro/tools/security/sm/SM2.java:38–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 private static ECPoint G;
37
38 public SM2() {
39 curve = new ECCurve.Fp(p, // q
40 a, // a
41 b); // b
42 G = curve.createPoint(gx, gy);
43 ecc_bc_spec = new ECDomainParameters(curve, G, n);
44 }
45
46 /**
47 * 以16进制打印字节数组

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected