serialVersionUID| 限定符和类型 | 方法和说明 |
|---|---|
org.bouncycastle.math.ec.ECPoint |
asEcPoint()
Returns this public key as an
ECPoint of Bouncy Castle, to facilitate
cryptographic operations. |
static SECP256K1.PublicKey |
create(BigInteger key) |
static SECP256K1.PublicKey |
create(Bytes encoded) |
static SECP256K1.PublicKey |
create(SECP256K1.PrivateKey privateKey) |
boolean |
equals(Object other) |
String |
getAlgorithm() |
byte[] |
getEncoded() |
Bytes |
getEncodedBytes() |
String |
getFormat() |
int |
hashCode() |
static Optional<SECP256K1.PublicKey> |
recoverFromSignature(Bytes32 dataHash,
SECP256K1.Signature signature) |
String |
toString() |
public static SECP256K1.PublicKey create(SECP256K1.PrivateKey privateKey)
public static SECP256K1.PublicKey create(BigInteger key)
public static SECP256K1.PublicKey create(Bytes encoded)
public static Optional<SECP256K1.PublicKey> recoverFromSignature(Bytes32 dataHash, SECP256K1.Signature signature)
public org.bouncycastle.math.ec.ECPoint asEcPoint()
ECPoint of Bouncy Castle, to facilitate
cryptographic operations.public byte[] getEncoded()
getEncoded 在接口中 Keypublic Bytes getEncodedBytes()
public String getAlgorithm()
getAlgorithm 在接口中 KeyCopyright © 2021. All rights reserved.