PrivateKey

data class PrivateKey(val key: BigInteger)

私钥

Parameters

key

私钥的大整数

Constructors

Link copied to clipboard
constructor(privateKey: ByteArray)
constructor(privateKeyHex: HexString)
constructor(key: BigInteger)

Properties

Link copied to clipboard