toggle menu
lattice-kt
1.0-SNAPSHOT
jvm
switch theme
search in API
model
/
com.example.model
/
PrivateKey
Private
Key
data
class
PrivateKey
(
val
key
:
BigInteger
)
私钥
Parameters
key
私钥的大整数
Members
Constructors
Private
Key
Link copied to clipboard
constructor
(
privateKey
:
ByteArray
)
constructor
(
privateKeyHex
:
HexString
)
constructor
(
key
:
BigInteger
)
Properties
key
Link copied to clipboard
val
key
:
BigInteger