#include <XrdCryptoX509Crl.hh>
Inheritance diagram for XrdCryptoX509Crl:
Public Member Functions | |
XrdCryptoX509Crl () | |
virtual | ~XrdCryptoX509Crl () |
virtual bool | IsValid () |
virtual bool | IsExpired (int when=0) |
virtual XrdCryptoX509Crldata | Opaque () |
virtual void | Dump () |
virtual const char * | ParentFile () |
virtual int | LastUpdate () |
virtual int | NextUpdate () |
virtual const char * | Issuer () |
virtual const char * | IssuerHash () |
virtual bool | IsRevoked (int serialnumber, int when) |
virtual bool | IsRevoked (const char *sernum, int when) |
virtual bool | Verify (XrdCryptoX509 *ref) |
Definition at line 31 of file XrdCryptoX509Crl.hh.
XrdCryptoX509Crl::XrdCryptoX509Crl | ( | ) | [inline] |
Definition at line 34 of file XrdCryptoX509Crl.hh.
virtual XrdCryptoX509Crl::~XrdCryptoX509Crl | ( | ) | [inline, virtual] |
Definition at line 35 of file XrdCryptoX509Crl.hh.
bool XrdCryptoX509Crl::IsValid | ( | ) | [virtual] |
bool XrdCryptoX509Crl::IsExpired | ( | int | when = 0 |
) | [virtual] |
Definition at line 38 of file XrdCryptoX509Crl.cc.
References NextUpdate().
Referenced by XrdCryptosslX509Crl::Dump(), XrdSecProtocolgsi::GetCA(), and XrdSecProtocolgsi::LoadCADir().
XrdCryptoX509Crldata XrdCryptoX509Crl::Opaque | ( | ) | [virtual] |
Definition at line 88 of file XrdCryptoX509Crl.cc.
References ABSTRACTMETHOD.
Referenced by XrdCryptosslFactory::X509Crl().
void XrdCryptoX509Crl::Dump | ( | ) | [virtual] |
const char * XrdCryptoX509Crl::ParentFile | ( | ) | [virtual] |
int XrdCryptoX509Crl::LastUpdate | ( | ) | [virtual] |
int XrdCryptoX509Crl::NextUpdate | ( | ) | [virtual] |
Definition at line 56 of file XrdCryptoX509Crl.cc.
References ABSTRACTMETHOD.
Referenced by IsExpired().
const char * XrdCryptoX509Crl::Issuer | ( | ) | [virtual] |
Definition at line 72 of file XrdCryptoX509Crl.cc.
References ABSTRACTMETHOD.
Referenced by XrdSecProtocolgsi::LoadCRL().
const char * XrdCryptoX509Crl::IssuerHash | ( | ) | [virtual] |
bool XrdCryptoX509Crl::IsRevoked | ( | int | serialnumber, | |
int | when | |||
) | [virtual] |
Definition at line 104 of file XrdCryptoX509Crl.cc.
References ABSTRACTMETHOD.
Referenced by main(), and XrdCryptoX509Chain::Verify().
bool XrdCryptoX509Crl::IsRevoked | ( | const char * | sernum, | |
int | when | |||
) | [virtual] |
bool XrdCryptoX509Crl::Verify | ( | XrdCryptoX509 * | ref | ) | [virtual] |
Definition at line 96 of file XrdCryptoX509Crl.cc.
References ABSTRACTMETHOD.
Referenced by XrdSecProtocolgsi::LoadCRL(), and main().