Validator for signatures based on a Credential.
More...
#include <xmltooling/signature/SignatureValidator.h>
List of all members.
Detailed Description
Validator for signatures based on a Credential.
Constructor & Destructor Documentation
xmlsignature::SignatureValidator::SignatureValidator |
( |
XSECCryptoKey * |
key = 0 | ) |
|
Constructor using a key.
- Parameters:
-
Constructor using a Credential.
- Parameters:
-
credential | the credential to use |
Member Function Documentation
Replace the current Credential, if any, with a new one.
- Parameters:
-
credential | the Credential to attach |
void xmlsignature::SignatureValidator::setKey |
( |
XSECCryptoKey * |
key | ) |
|
Replace the current key, if any, with a new one.
- Parameters:
-
Checks to see if an XMLObject is valid.
- Parameters:
-
xmlObject | the XMLObject to validate |
- Exceptions:
-
ValidationException | thrown if the element is not valid |
Implements xmltooling::Validator.
virtual void xmlsignature::SignatureValidator::validate |
( |
const Signature * |
signature | ) |
const |
|
virtual |
Type-safe validator.
- Parameters:
-
signature | object to validate |
Member Data Documentation
XSECCryptoKey* xmlsignature::SignatureValidator::m_key |
|
protected |
The documentation for this class was generated from the following file: