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