xrootd
Public Member Functions | List of all members
XrdCryptoX509Crl Class Reference

#include <XrdCryptoX509Crl.hh>

Inheritance diagram for XrdCryptoX509Crl:
Inheritance graph
[legend]

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 (int)
 
const char * IssuerHash ()
 
virtual bool IsRevoked (int serialnumber, int when)
 
virtual bool IsRevoked (const char *sernum, int when)
 
virtual bool Verify (XrdCryptoX509 *ref)
 

Constructor & Destructor Documentation

XrdCryptoX509Crl::XrdCryptoX509Crl ( )
inline
virtual XrdCryptoX509Crl::~XrdCryptoX509Crl ( )
inlinevirtual

Member Function Documentation

void XrdCryptoX509Crl::Dump ( )
virtual

Reimplemented in XrdCryptosslX509Crl.

References ABSTRACTMETHOD.

Referenced by main().

bool XrdCryptoX509Crl::IsExpired ( int  when = 0)
virtual
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.

const char * XrdCryptoX509Crl::IssuerHash ( int  )
virtual

Reimplemented in XrdCryptosslX509Crl.

References ABSTRACTMETHOD.

Referenced by XrdSecProtocolgsi::LoadCRL().

const char* XrdCryptoX509Crl::IssuerHash ( )
inline

References IssuerHash().

Referenced by XrdCryptosslX509Crl::Dump(), and IssuerHash().

bool XrdCryptoX509Crl::IsValid ( )
virtual

Reimplemented in XrdCryptosslX509Crl.

References ABSTRACTMETHOD.

int XrdCryptoX509Crl::LastUpdate ( )
virtual

Reimplemented in XrdCryptosslX509Crl.

References ABSTRACTMETHOD.

int XrdCryptoX509Crl::NextUpdate ( )
virtual

Reimplemented in XrdCryptosslX509Crl.

References ABSTRACTMETHOD.

Referenced by IsExpired().

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().


The documentation for this class was generated from the following files: