#include <xmltooling/security/PKIXPathValidatorParams.h>
Inheritance diagram for xmltooling::PKIXPathValidatorParams:

Public Types | |
| enum | revocation_t { REVOCATION_OFF = 0, REVOCATION_ENTITYONLY = 1, REVOCATION_FULLCHAIN = 2 } |
Public Member Functions | |
| virtual int | getVerificationDepth () const =0 |
| Returns the allowable trust chain verification depth. | |
| virtual bool | isAnyPolicyInhibited () const =0 |
| Checks whether the any policy OID should be processed if it is included in a certificate. | |
| virtual bool | isPolicyMappingInhibited () const =0 |
| Checks if policy mapping is inhibited. | |
| virtual const std::set< std::string > & | getPolicies () const =0 |
| Returns a set of policy OIDs. | |
| virtual const std::vector< XSECCryptoX509 * > & | getTrustAnchors () const =0 |
| Returns a set of trust anchors. | |
| virtual revocation_t | getRevocationChecking () const =0 |
| Returns the type of revocation checking to perform. | |
| virtual const std::vector< XSECCryptoX509CRL * > & | getCRLs () const =0 |
| Returns a set of CRLs. | |
|
|
Returns a set of CRLs.
|
|
|
Returns a set of policy OIDs.
|
|
|
Returns the type of revocation checking to perform.
|
|
|
Returns a set of trust anchors.
|
|
|
Returns the allowable trust chain verification depth.
|
|
|
Checks whether the any policy OID should be processed if it is included in a certificate.
|
|
|
Checks if policy mapping is inhibited.
|
1.4.6