#include <XrdCryptosslX509.hh>
Inheritance diagram for XrdCryptosslX509:
Public Member Functions | |
XrdCryptosslX509 (const char *cf, const char *kf=0) | |
XrdCryptosslX509 (XrdSutBucket *bck) | |
XrdCryptosslX509 (X509 *cert) | |
virtual | ~XrdCryptosslX509 () |
XrdCryptoX509data | Opaque () |
XrdCryptoRSA * | PKI () |
void | SetPKI (XrdCryptoX509data pki) |
XrdSutBucket * | Export () |
const char * | ParentFile () |
int | BitStrength () |
kXR_int64 | SerialNumber () |
XrdOucString | SerialNumberString () |
int | NotBefore () |
int | NotAfter () |
const char * | Subject () |
const char * | Issuer () |
const char * | SubjectHash () |
const char * | IssuerHash () |
XrdCryptoX509data | GetExtension (const char *oid) |
bool | Verify (XrdCryptoX509 *ref) |
Private Member Functions | |
bool | IsCA () |
Private Attributes | |
X509 * | cert |
int | notbefore |
int | notafter |
XrdOucString | subject |
XrdOucString | issuer |
XrdOucString | subjecthash |
XrdOucString | issuerhash |
XrdOucString | srcfile |
XrdSutBucket * | bucket |
XrdCryptoRSA * | pki |
|
|
|
|
|
|
|
|
|
Reimplemented from XrdCryptoX509. |
|
Reimplemented from XrdCryptoX509. |
|
Reimplemented from XrdCryptoX509. |
|
|
|
Reimplemented from XrdCryptoX509. |
|
Reimplemented from XrdCryptoX509. |
|
Reimplemented from XrdCryptoX509. |
|
Reimplemented from XrdCryptoX509. |
|
Reimplemented from XrdCryptoX509. |
|
Reimplemented from XrdCryptoX509. |
|
Reimplemented from XrdCryptoX509. |
|
Reimplemented from XrdCryptoX509. |
|
Reimplemented from XrdCryptoX509. |
|
Reimplemented from XrdCryptoX509. |
|
Reimplemented from XrdCryptoX509. |
|
Reimplemented from XrdCryptoX509. |
|
Reimplemented from XrdCryptoX509. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|