class SecretKey
(source)
This class represents a BLS12-381 private key.
fun equals(other: Any?): Boolean |
|
static fun fromBytes(bytes: ByteArray): SecretKey
Create a private key from a byte array static fun fromBytes(bytes: Bytes): SecretKey
Create a private key from bytes |
|
fun hashCode(): Int |
|
fun toBytes(): Bytes |