public class ECC extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static org.bouncycastle.crypto.params.ECDomainParameters |
secp256r1 |
static org.bouncycastle.crypto.params.ECDomainParameters |
sm2p256v1 |
| 构造器和说明 |
|---|
ECC() |
| 限定符和类型 | 方法和说明 |
|---|---|
static int |
compare(org.bouncycastle.math.ec.ECPoint a,
org.bouncycastle.math.ec.ECPoint b) |
static byte[] |
generateKey() |
static byte[] |
generateKey(int len) |
static String |
toString(org.bouncycastle.math.ec.ECPoint p) |
public static final org.bouncycastle.crypto.params.ECDomainParameters secp256r1
public static final org.bouncycastle.crypto.params.ECDomainParameters sm2p256v1
public static int compare(org.bouncycastle.math.ec.ECPoint a,
org.bouncycastle.math.ec.ECPoint b)
public static String toString(org.bouncycastle.math.ec.ECPoint p)
public static byte[] generateKey(int len)
public static byte[] generateKey()
Copyright © 2021. All rights reserved.