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