object NullSignature : WithKeyA 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): Unitfun verifyWithECDSA(content: OpaqueBytes): Unit |
| deserialize |
fun <T : Any> OpaqueBytes.deserialize(kryo: <ERROR CLASS> = THREAD_LOCAL_KRYO.get()): T |
| sha256 |
fun OpaqueBytes.sha256(): SHA256 |