|
xrootd
|
#include <XrdCryptosslX509Req.hh>


Public Member Functions | |
| XrdCryptosslX509Req (XrdSutBucket *bck) | |
| XrdCryptosslX509Req (X509_REQ *creq) | |
| virtual | ~XrdCryptosslX509Req () |
| XrdCryptoX509Reqdata | Opaque () |
| XrdCryptoRSA * | PKI () |
| XrdSutBucket * | Export () |
| const char * | Subject () |
| const char * | SubjectHash (int) |
| XrdCryptoX509Reqdata | GetExtension (const char *oid) |
| bool | Verify () |
Public Member Functions inherited from XrdCryptoX509Req | |
| XrdCryptoX509Req (int v=-1) | |
| virtual | ~XrdCryptoX509Req () |
| virtual bool | IsValid () |
| virtual void | Dump () |
| const char * | SubjectHash () |
| int | Version () const |
| void | SetVersion (int v) |
Private Attributes | |
| X509_REQ * | creq |
| XrdOucString | subject |
| XrdOucString | subjecthash |
| XrdOucString | subjectoldhash |
| XrdSutBucket * | bucket |
| XrdCryptoRSA * | pki |
| XrdCryptosslX509Req::XrdCryptosslX509Req | ( | XrdSutBucket * | bck | ) |
References bucket, XrdSutBucket::buffer, creq, DEBUG, EPNAME, pki, XrdSutBucket::size, Subject(), subject, subjecthash, and subjectoldhash.
| XrdCryptosslX509Req::XrdCryptosslX509Req | ( | X509_REQ * | creq | ) |
References bucket, creq, DEBUG, EPNAME, pki, Subject(), subject, subjecthash, and subjectoldhash.
|
virtual |
Reimplemented from XrdCryptoX509Req.
References bucket, creq, DEBUG, EPNAME, kXRS_x509_req, XrdSutBucket::SetBuf(), and XrdSutBucket::size.
|
virtual |
Reimplemented from XrdCryptoX509Req.
|
inlinevirtual |
Reimplemented from XrdCryptoX509Req.
References creq.
|
inlinevirtual |
Reimplemented from XrdCryptoX509Req.
References pki.
|
virtual |
Reimplemented from XrdCryptoX509Req.
References XrdOucString::c_str(), creq, DEBUG, EPNAME, XrdOucString::length(), subject, and XrdCryptosslNameOneLine().
Referenced by XrdCryptosslX509Req().
|
virtual |
Reimplemented from XrdCryptoX509Req.
References XrdOucString::c_str(), creq, DEBUG, EPNAME, XrdOucString::length(), subjecthash, and subjectoldhash.
|
virtual |
Reimplemented from XrdCryptoX509Req.
|
private |
Referenced by Export(), and XrdCryptosslX509Req().
|
private |
Referenced by Export(), GetExtension(), Opaque(), Subject(), SubjectHash(), Verify(), XrdCryptosslX509Req(), and ~XrdCryptosslX509Req().
|
private |
Referenced by PKI(), XrdCryptosslX509Req(), and ~XrdCryptosslX509Req().
|
private |
Referenced by Subject(), and XrdCryptosslX509Req().
|
private |
Referenced by SubjectHash(), and XrdCryptosslX509Req().
|
private |
Referenced by SubjectHash(), and XrdCryptosslX509Req().
1.8.3.1