|
boolean Signature::VerifySignature |
( |
params |
pVerifyOptions, |
|
|
binary |
pSignedData |
|
) |
| |
Returns whether digital signature is valid.
- Parameters:
-
pVerifyOptions | (params) Verify options, not currently used |
pSignedData | (binary) Signed data |
- Returns:
- (boolean) Signature verification result - true if successful, otherwise false.
- Exceptions:
-
Throws | an exception if unexpected errors occur during the verify process. |
|