# SigningKeyPair
data class SigningKeyPair(val publicKey: ByteArray, val privateKey: ByteArray)
# Constructors
SigningKeyPair | constructor()constructor(publicKey: ByteArray, privateKey: ByteArray) |
# Types
Name | Summary |
---|---|
Companion | object Companion |
# Properties
Name | Summary |
---|---|
privateKey | val privateKey: ByteArray |
publicKey | val publicKey: ByteArray |
# Functions
Name | Summary |
---|---|
equals | open operator override fun equals(other: Any?): Boolean |
hashCode | open override fun hashCode(): Int |