class PublicKey
(source)
A KeyExchange public key.
bytes |
Provides the bytes of this key. fun bytes(): Bytes! |
bytesArray |
Provides the bytes of this key. fun bytesArray(): ByteArray! |
equals |
fun equals(other: Any?): Boolean |
fromBytes |
Create a static fun fromBytes(bytes: Bytes!): PublicKey! static fun fromBytes(bytes: ByteArray!): PublicKey! |
hashCode |
fun hashCode(): Int |
length |
Obtain the length of the key in bytes (32). static fun length(): Int |