libcryptosec
|
This is the complete list of members for CertPathValidator, including all inherited members.
callback(int ok, X509_STORE_CTX *ctx) | CertPathValidator | static |
CertPathValidator(Certificate &untrusted, vector< Certificate > &untrustedChain, vector< Certificate > &trustedChain, DateTime when=DateTime(time(NULL)), vector< CertificateRevocationList > crls=vector< CertificateRevocationList >(), vector< ValidationFlags > flags=vector< ValidationFlags >()) | CertPathValidator | inline |
crls | CertPathValidator | protected |
flags | CertPathValidator | protected |
getResults() | CertPathValidator | |
getWarningsStatus() | CertPathValidator | |
results | CertPathValidator | protectedstatic |
setCrls(vector< CertificateRevocationList > &crls) | CertPathValidator | |
setTime(DateTime when) | CertPathValidator | |
setTrustedChain(vector< Certificate > &certs) | CertPathValidator | |
setUnstrustedChain(vector< Certificate > &certs) | CertPathValidator | |
setUntrusted(Certificate &cert) | CertPathValidator | |
setVerificationFlags(ValidationFlags flag) | CertPathValidator | |
trustedChain | CertPathValidator | protected |
untrusted | CertPathValidator | protected |
untrustedChain | CertPathValidator | protected |
verify() | CertPathValidator | |
when | CertPathValidator | protected |
~CertPathValidator() | CertPathValidator | inlinevirtual |