object NullPublicKey : PublicKey, Comparable<PublicKey>
compareTo |
fun compareTo(other: PublicKey): Int |
getAlgorithm |
fun getAlgorithm(): String |
getEncoded |
fun getEncoded(): ByteArray |
getFormat |
fun getFormat(): String |
toString |
fun toString(): String |
composite |
val PublicKey.composite: CompositeKey
Creates a CompositeKey with a single leaf node containing the public key |
toBase58String |
fun PublicKey.toBase58String(): String |
toStringShort |
fun PublicKey.toStringShort(): String
Render a public key to a string, using a short form if it's an elliptic curve public key |
verifyWithECDSA |
fun PublicKey.verifyWithECDSA(content: ByteArray, signature: DigitalSignature): Unit
Utility to simplify the act of verifying a signature |