[ Version ( since = "0.1.0" ) ]
public GenericArray<unowned Result> verify_item (Bytes data, Item item, VerifyFlags flags) throws Error
Verifies a Item using the public keys added to the context.
All `verify=CHECKSUM` engines (e.g. SHA256) must verify correctly, but only one non-checksum signature has to verify.
| this | |
| data | |
| item | |
| flags |
VerifyFlags, e.g. jcat_verify_flag_require_signature |
|
array of Result, or null for failed |