open class WithKey : DigitalSignatureA 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): Unitfun verifyWithECDSA(content: OpaqueBytes): Unit |
| LegallyIdentifiable |
class LegallyIdentifiable : WithKey |