public interface IKeyPair
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
canonicalPubBytes() |
String |
canonicalPubHex() |
BigInteger |
priv() |
String |
privHex() |
BigInteger |
pub() |
byte[] |
pub160Hash() |
byte[] |
signMessage(byte[] message) |
String |
type() |
boolean |
verifySignature(byte[] message,
byte[] sigBytes) |
String canonicalPubHex()
byte[] canonicalPubBytes()
BigInteger pub()
BigInteger priv()
String privHex()
boolean verifySignature(byte[] message,
byte[] sigBytes)
byte[] signMessage(byte[] message)
byte[] pub160Hash()
String type()
Copyright © 2021. All rights reserved.