object NullSignature : WithKey
A signature with a key and value of zero. Useful when you want a signature object that you know wont ever be used.
by |
val by: PublicKey |
verifyWithECDSA |
fun verifyWithECDSA(content: ByteArray): Unit fun verifyWithECDSA(content: OpaqueBytes): Unit |
deserialize |
fun <T : Any> OpaqueBytes.deserialize(kryo: <ERROR CLASS> = THREAD_LOCAL_KRYO.get()): T |
sha256 |
fun OpaqueBytes.sha256(): SHA256 |