static fun fromBytes(bytes: ByteArray): PublicKey
(source)
Create a PublicKey from byte array
bytes
- the bytes to read the public key from
Return
a valid public key
static fun fromBytes(bytes: Bytes): PublicKey
(source)
Create a PublicKey from bytes
bytes
- the bytes to read the public key from
Return
a valid public key