#include <QtCrypto>
Collaboration diagram for QCA::SecureMessageSignature:

Public Types | |
| enum | IdentityResult { Valid, InvalidSignature, InvalidKey, NoKey } |
Public Member Functions | |
| SecureMessageSignature () | |
| SecureMessageSignature (IdentityResult r, Validity v, const SecureMessageKey &key, const QDateTime &ts) | |
| SecureMessageSignature (const SecureMessageSignature &from) | |
| SecureMessageSignature & | operator= (const SecureMessageSignature &from) |
| IdentityResult | identityResult () const |
| Validity | keyValidity () const |
| SecureMessageKey | key () const |
| QDateTime | timestamp () const |
|
|
The result of identity verification.
|
|
|
Create an empty signature check object.
|
|
||||||||||||||||||||
|
Create a signature check object.
|
|
|
Standard copy constructor.
|
|
|
Standard assignment operator.
|
|
|
get the results of the identity check on this signature
|
|
|
get the results of the key validation check on this signature
|
|
|
get the key associated with this signature
|
|
|
get the timestamp associated with this signature
|
1.4.6