class LegallyIdentifiable : WithKey
<init> |
LegallyIdentifiable(signer: Party, bits: ByteArray, covering: Int) |
signer |
val signer: Party |
by |
val by: PublicKey |
verifyWithECDSA |
fun verifyWithECDSA(content: ByteArray): Unit fun verifyWithECDSA(content: OpaqueBytes): Unit |