|
xrootd
|
#include <XrdCryptoX509Crl.hh>

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) |
| XrdCryptoX509Crl::XrdCryptoX509Crl | ( | ) | [inline] |
| virtual XrdCryptoX509Crl::~XrdCryptoX509Crl | ( | ) | [inline, virtual] |
| void XrdCryptoX509Crl::Dump | ( | ) | [virtual] |
| bool XrdCryptoX509Crl::IsExpired | ( | int | when = 0 | ) | [virtual] |
References NextUpdate().
Referenced by XrdCryptosslX509Crl::Dump(), XrdSecProtocolgsi::GetCA(), and XrdSecProtocolgsi::LoadCADir().
| bool XrdCryptoX509Crl::IsRevoked | ( | int | serialnumber, |
| int | when | ||
| ) | [virtual] |
Reimplemented in XrdCryptosslX509Crl.
References ABSTRACTMETHOD.
Referenced by main(), and XrdCryptoX509Chain::Verify().
| bool XrdCryptoX509Crl::IsRevoked | ( | const char * | sernum, |
| int | when | ||
| ) | [virtual] |
Reimplemented in XrdCryptosslX509Crl.
References ABSTRACTMETHOD.
| const char * XrdCryptoX509Crl::Issuer | ( | ) | [virtual] |
Reimplemented in XrdCryptosslX509Crl.
References ABSTRACTMETHOD.
Referenced by XrdSecProtocolgsi::LoadCRL().
| const char * XrdCryptoX509Crl::IssuerHash | ( | ) | [virtual] |
Reimplemented in XrdCryptosslX509Crl.
References ABSTRACTMETHOD.
| bool XrdCryptoX509Crl::IsValid | ( | ) | [virtual] |
Reimplemented in XrdCryptosslX509Crl.
References ABSTRACTMETHOD.
| int XrdCryptoX509Crl::LastUpdate | ( | ) | [virtual] |
Reimplemented in XrdCryptosslX509Crl.
References ABSTRACTMETHOD.
| int XrdCryptoX509Crl::NextUpdate | ( | ) | [virtual] |
| XrdCryptoX509Crldata XrdCryptoX509Crl::Opaque | ( | ) | [virtual] |
Reimplemented in XrdCryptosslX509Crl.
References ABSTRACTMETHOD.
Referenced by XrdCryptosslFactory::X509Crl().
| const char * XrdCryptoX509Crl::ParentFile | ( | ) | [virtual] |
Reimplemented in XrdCryptosslX509Crl.
References ABSTRACTMETHOD.
| bool XrdCryptoX509Crl::Verify | ( | XrdCryptoX509 * | ref | ) | [virtual] |
Reimplemented in XrdCryptosslX509Crl.
References ABSTRACTMETHOD.
Referenced by XrdSecProtocolgsi::LoadCRL(), and main().
1.7.3