![]() |
XRootD
|
#include "XrdSut/XrdSutBucket.hh"
#include "XrdCrypto/XrdCryptoX509.hh"
#include "XrdCrypto/XrdCryptoX509Crl.hh"
Go to the source code of this file.
Classes | |
struct | x509ChainVerifyOpt_t |
class | XrdCryptoX509Chain |
class | XrdCryptoX509ChainNode |
Variables | |
const int | kOptsCheckSelfSigned = 0x2 |
const int | kOptsCheckSubCA = 0x4 |
struct x509ChainVerifyOpt_t |
Definition at line 51 of file XrdCryptoX509Chain.hh.
Class Members | ||
---|---|---|
XrdCryptoX509Crl * | crl | |
int | opt | |
int | pathlen | |
int | when |
const int kOptsCheckSelfSigned = 0x2 |
Definition at line 58 of file XrdCryptoX509Chain.hh.
Referenced by XrdCryptoX509Chain::Verify().
const int kOptsCheckSubCA = 0x4 |
Definition at line 59 of file XrdCryptoX509Chain.hh.
Referenced by XrdCryptogsiX509Chain::Verify().