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 |
covering |
val covering: Int |
verifyWithECDSA |
fun verifyWithECDSA(content: ByteArray): Unit fun verifyWithECDSA(content: OpaqueBytes): Unit |
LegallyIdentifiable |
class LegallyIdentifiable : WithKey |