verify_full
Description:
public bool verify_full (Object key, Mechanism mechanism, uint8[] input, uint8[] signature, Cancellable? cancellable = null) throws Error
Verify data in a mechanism specific manner.
This call may block for an indefinite period.
Parameters:
this |
The session. |
key |
The key to verify with. |
mechanism |
The mechanism type and parameters to use for signing. |
input |
data to verify |
signature |
the signature |
cancellable |
A GCancellable which can be used to cancel the operation. |
n_input |
the length of the data to verify |
n_signature |
length of the signature |
Returns:
true if the data verified correctly, otherwise a failure or error occurred. |