open class WithKey : DigitalSignature
A digital signature that identifies who the public key is owned by.
<init> |
WithKey(by: PublicKey, bits: ByteArray, covering: Int = 0) A digital signature that identifies who the public key is owned by. |
by |
val by: PublicKey |
verifyWithECDSA |
fun verifyWithECDSA(content: ByteArray): Unit fun verifyWithECDSA(content: OpaqueBytes): Unit |
LegallyIdentifiable |
class LegallyIdentifiable : WithKey |
NullSignature |
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. |