class Key : Destroyable
(source)
Key of generic hash function.
bytes |
Provides the bytes of this key fun bytes(): Bytes! |
bytesArray |
Provides the bytes of this key fun bytesArray(): ByteArray! |
destroy |
fun destroy(): Unit |
equals |
fun equals(other: Any?): Boolean |
fromBytes |
Create a static fun fromBytes(bytes: Bytes!): Key! static fun fromBytes(bytes: ByteArray!): Key! |
fromHash |
Create a static fun fromHash(hash: Hash!): Key! |
fromPointer |
Create a static fun fromPointer(allocated: Allocated!): Key! |
hashCode |
fun hashCode(): Int |
isDestroyed |
fun isDestroyed(): Boolean |
length |
Provides the length of the key fun length(): Int |