static fun fromBytes(bytes: ByteArray!): SecretKey!
(source)
Create a private key from a byte array
bytes
- ByteArray!: the bytes of the private key
Return
SecretKey!: a new SecretKey object
static fun fromBytes(bytes: Bytes!): SecretKey!
(source)
Create a private key from bytes
bytes
- Bytes!: the bytes of the private key
Return
SecretKey!: a new SecretKey object