Class Verification
Package: keychain.core.verification
Inheritance: Verification
Description
A Verification object contains result of an attempt to verify one of the signatures on signed data. The Gateway verify methods return a list of Verification objects, one for each signature in the data. The Verification object provides information on whether the signature was cryptographically valid, whether the identity of the signature’s owner is known as a contact, and other attributes.
Applications should use the information provided to implement logic about whether to accept the data and how to handle errors.
|
The |
Since: v2.0
Public Member Functions
| Return type | Method and Description |
|---|---|
|
Returns |
|
Returns |
|
Returns |
|
Get the |
|
|
Get the signatures’s timestamp in milliseconds since the epoch |
Public Member Functions Detail
is_verified
|
|
Returns |
|
Returns: |
|
|
|
is_approval
|
|
Returns |
|
Returns: |
|
|
|
signer_is_known
|
|
Returns |
|
Returns: |
|
|
|
get_facade
|
|
Get the |
|
Returns: |
|
Returns the contact/persona associated with the signer, or a null-pattern |
|
Raises: |
|
|
|