public class SM9SigMasterPublicKeyParameters extends AsymmetricKeyParameter
| Modifier and Type | Method and Description |
|---|---|
static SM9SigMasterPublicKeyParameters |
fromEncoded(byte[] enc) |
byte[] |
getEncoded()
The master public key point P_pub-s of G2 in uncompressed form
(0x04 || x || y, 129 bytes).
|
SM9G2Point |
getPointG2() |
isPrivatepublic SM9G2Point getPointG2()
public byte[] getEncoded()
public static SM9SigMasterPublicKeyParameters fromEncoded(byte[] enc)