#include <XrdCryptosslX509Crl.hh>
Inheritance diagram for XrdCryptosslX509Crl:
Public Member Functions | |
XrdCryptosslX509Crl (const char *crlf, int opt=0) | |
XrdCryptosslX509Crl (XrdCryptoX509 *cacert) | |
virtual | ~XrdCryptosslX509Crl () |
bool | IsValid () |
XrdCryptoX509Crldata | Opaque () |
void | Dump () |
const char * | ParentFile () |
int | LastUpdate () |
int | NextUpdate () |
const char * | Issuer () |
const char * | IssuerHash () |
bool | IsRevoked (int serialnumber, int when=0) |
bool | IsRevoked (const char *sernum, int when=0) |
bool | Verify (XrdCryptoX509 *ref) |
Private Member Functions | |
int | LoadCache () |
int | Init (const char *crlf) |
int | InitFromURI (const char *uri, const char *hash) |
Private Attributes | |
X509_CRL * | crl |
int | lastupdate |
int | nextupdate |
XrdOucString | issuer |
XrdOucString | issuerhash |
XrdOucString | srcfile |
XrdOucString | crluri |
int | nrevoked |
XrdSutCache | cache |
|
|
|
|
|
|
|
Reimplemented from XrdCryptoX509Crl. |
|
|
|
|
|
Reimplemented from XrdCryptoX509Crl. |
|
Reimplemented from XrdCryptoX509Crl. |
|
Reimplemented from XrdCryptoX509Crl. |
|
Reimplemented from XrdCryptoX509Crl. |
|
Reimplemented from XrdCryptoX509Crl. |
|
Reimplemented from XrdCryptoX509Crl. |
|
|
|
Reimplemented from XrdCryptoX509Crl. |
|
Reimplemented from XrdCryptoX509Crl. |
|
Reimplemented from XrdCryptoX509Crl. |
|
Reimplemented from XrdCryptoX509Crl. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|