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