corda / net.corda.core.crypto / NullKeys / NullPublicKey

NullPublicKey

object NullPublicKey : PublicKey, Comparable<PublicKey>

Functions

compareTo

fun compareTo(other: PublicKey): Int

getAlgorithm

fun getAlgorithm(): String

getEncoded

fun getEncoded(): ByteArray

getFormat

fun getFormat(): String

toString

fun toString(): String