1 #ifndef __CRYPTO_X509CRL_H__ 2 #define __CRYPTO_X509CRL_H__ 71 virtual const char *
Issuer();
76 virtual bool IsRevoked(
int serialnumber,
int when);
77 virtual bool IsRevoked(
const char *sernum,
int when);
virtual XrdCryptoX509Crldata Opaque()
virtual ~XrdCryptoX509Crl()
Definition: XrdCryptoX509Crl.hh:53
virtual time_t LastUpdate()
virtual const char * Issuer()
virtual time_t NextUpdate()
virtual bool IsRevoked(int serialnumber, int when)
void * XrdCryptoX509Crldata
Definition: XrdCryptoX509Crl.hh:41
XrdCryptoX509Crl()
Definition: XrdCryptoX509Crl.hh:52
virtual bool IsExpired(int when=0)
Definition: XrdCryptoX509Crl.hh:49
Definition: XrdCryptoX509.hh:51
const char * IssuerHash()
Definition: XrdCryptoX509Crl.hh:73
virtual bool Verify(XrdCryptoX509 *ref)
virtual const char * ParentFile()