public class SM2Result extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
org.bouncycastle.math.ec.ECPoint |
keyra |
org.bouncycastle.math.ec.ECPoint |
keyrb |
BigInteger |
r |
BigInteger |
R |
BigInteger |
s |
byte[] |
s1 |
byte[] |
s2 |
byte[] |
sa |
byte[] |
sb |
| 构造器和说明 |
|---|
SM2Result() |
public BigInteger r
public BigInteger s
public BigInteger R
public byte[] sa
public byte[] sb
public byte[] s1
public byte[] s2
public org.bouncycastle.math.ec.ECPoint keyra
public org.bouncycastle.math.ec.ECPoint keyrb
Copyright © 2023. All rights reserved.