public class SM2KeyPair extends Object
| 构造器和说明 |
|---|
SM2KeyPair(org.bouncycastle.math.ec.ECPoint publicKey,
BigInteger privateKey) |
| 限定符和类型 | 方法和说明 |
|---|---|
static SM2KeyPair |
getInstance() |
BigInteger |
getPrivateKey() |
org.bouncycastle.math.ec.ECPoint |
getPublicKey() |
public SM2KeyPair(org.bouncycastle.math.ec.ECPoint publicKey,
BigInteger privateKey)
public static SM2KeyPair getInstance()
public org.bouncycastle.math.ec.ECPoint getPublicKey()
public BigInteger getPrivateKey()
Copyright © 2020 GTMAP. All rights reserved.