Note on using LMS key: See documentation of the /crypto/v1/sign API.
Uniquely identifies a persisted or transient sobject.
Type of security object.
A hash algorithm.
The hash of the data on which the signature is being verified. Either
hash
or data
should be specified; it is an error to specify both
or none.
Hash should be base64 encoded.
The data on which the signature is being verified. Either hash
or
data
should be specified; it is an error to specify both or none.
Data should be base64 encoded.
Signature mechanism
Specifies the Mask Generating Function (MGF) to use.
A hash algorithm.
The signature to verify
The context parameter to be provided to the verify algorithm.
Currently only ML-DSA keys accept a context parameter; this parameter must not be specified for any other key types.
Success result
The ID of the key used for verification. Returned for non-transient keys.
True if the signature verified and false if it did not.