open class WithKey : DigitalSignatureA digital signature that identifies who the public key is owned by.
| <init> |
WithKey(by: PublicKey, bits: ByteArray)A digital signature that identifies who the public key is owned by. |
| by |
val by: PublicKey |
| verifyWithECDSA |
fun verifyWithECDSA(content: ByteArray): Unitfun verifyWithECDSA(content: OpaqueBytes): Unit |
| LegallyIdentifiable |
class LegallyIdentifiable : WithKey |
| NullSignature |
object NullSignature : WithKeyA signature with a key and value of zero. Useful when you want a signature object that you know wont ever be used. |