| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) BigInteger |
privateKey |
(专用程序包) org.bouncycastle.math.ec.ECPoint |
publicKey |
| 构造器和说明 |
|---|
SM2KeyVO() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getPriHexInSoft() |
BigInteger |
getPrivateKey() |
String |
getPubHexInSoft() |
org.bouncycastle.math.ec.ECPoint |
getPublicKey() |
void |
setPrivateKey(BigInteger privateKey) |
void |
setPublicKey(org.bouncycastle.math.ec.ECPoint publicKey) |
BigInteger privateKey
org.bouncycastle.math.ec.ECPoint publicKey
public SM2KeyVO()
public BigInteger getPrivateKey()
public void setPrivateKey(BigInteger privateKey)
public org.bouncycastle.math.ec.ECPoint getPublicKey()
public void setPublicKey(org.bouncycastle.math.ec.ECPoint publicKey)
public String getPubHexInSoft()
public String getPriHexInSoft()
Copyright © 2024. All rights reserved.