public class NullSignature
extends WithKey
A signature with a key and value of zero. Useful when you want a signature object that you know won't ever be used.
DigitalSignature.LegallyIdentifiable, DigitalSignature.WithKey
OpaqueBytes.Companion
Modifier and Type | Field and Description |
---|---|
static NullSignature |
INSTANCE
A signature with a key and value of zero. Useful when you want a signature object that you know won't ever be used.
|
Companion
getBy, verifyWithECDSA, verifyWithECDSA
public static NullSignature INSTANCE
A signature with a key and value of zero. Useful when you want a signature object that you know won't ever be used.