#include <QtCrypto>
◆ IdentityResult
The result of identity verification.
Enumerator |
---|
Valid | indentity is verified, matches signature
|
InvalidSignature | valid key provided, but signature failed
|
InvalidKey | invalid key provided
|
NoKey | identity unknown
|
◆ SecureMessageSignature() [1/3]
QCA::SecureMessageSignature::SecureMessageSignature |
( |
| ) |
|
Create an empty signature check object.
User applications don't normally need to create signature checks. You normally get the object back as a result of a SecureMessage operation.
◆ SecureMessageSignature() [2/3]
Create a signature check object.
User applications don't normally need to create signature checks. You normally get the object back as a result of a SecureMessage operation.
- Parameters
-
r | the result of the check |
v | the Validity of the key validation check |
key | the key associated with the signature |
ts | the timestamp associated with the signature |
◆ SecureMessageSignature() [3/3]
Standard copy constructor.
- Parameters
-
from | the source signature object |
◆ operator=()
Standard assignment operator.
- Parameters
-
from | the source signature object |
◆ identityResult()
get the results of the identity check on this signature
◆ keyValidity()
Validity QCA::SecureMessageSignature::keyValidity |
( |
| ) |
const |
get the results of the key validation check on this signature
◆ key()
get the key associated with this signature
◆ timestamp()
QDateTime QCA::SecureMessageSignature::timestamp |
( |
| ) |
const |
get the timestamp associated with this signature
The documentation for this class was generated from the following file: