public static class SECP256K1.PrivateKey extends Object implements PrivateKey
serialVersionUID| 限定符和类型 | 方法和说明 |
|---|---|
static SECP256K1.PrivateKey |
create(BigInteger key) |
static SECP256K1.PrivateKey |
create(Bytes32 key) |
static SECP256K1.PrivateKey |
create(String hexKey) |
boolean |
equals(Object other) |
String |
getAlgorithm() |
BigInteger |
getD() |
byte[] |
getEncoded() |
Bytes32 |
getEncodedBytes() |
String |
getFormat() |
int |
hashCode() |
String |
toString() |
destroy, isDestroyedpublic static SECP256K1.PrivateKey create(BigInteger key)
public static SECP256K1.PrivateKey create(Bytes32 key)
public static SECP256K1.PrivateKey create(String hexKey)
public byte[] getEncoded()
getEncoded 在接口中 Keypublic Bytes32 getEncodedBytes()
public BigInteger getD()
public String getAlgorithm()
getAlgorithm 在接口中 KeyCopyright © 2021. All rights reserved.