|
Public Member Functions |
| XrdCryptosslFactory () |
virtual | ~XrdCryptosslFactory () |
void | SetTrace (kXR_int32 trace) |
XrdCryptoKDFunLen_t | KDFunLen () |
XrdCryptoKDFun_t | KDFun () |
bool | SupportedCipher (const char *t) |
XrdCryptoCipher * | Cipher (const char *t, int l=0) |
XrdCryptoCipher * | Cipher (const char *t, int l, const char *k, int liv, const char *iv) |
XrdCryptoCipher * | Cipher (XrdSutBucket *b) |
XrdCryptoCipher * | Cipher (int bits, char *pub, int lpub, const char *t=0) |
XrdCryptoCipher * | Cipher (const XrdCryptoCipher &c) |
bool | SupportedMsgDigest (const char *dgst) |
XrdCryptoMsgDigest * | MsgDigest (const char *dgst) |
XrdCryptoRSA * | RSA (int bits=XrdCryptoDefRSABits, int exp=XrdCryptoDefRSAExp) |
XrdCryptoRSA * | RSA (const char *pub, int lpub=0) |
XrdCryptoRSA * | RSA (const XrdCryptoRSA &r) |
XrdCryptoX509 * | X509 (const char *cf, const char *kf=0) |
XrdCryptoX509 * | X509 (XrdSutBucket *b) |
XrdCryptoX509Crl * | X509Crl (const char *crlfile, int opt=0) |
XrdCryptoX509Crl * | X509Crl (XrdCryptoX509 *cacert) |
XrdCryptoX509Req * | X509Req (XrdSutBucket *bck) |
XrdCryptoX509VerifyCert_t | X509VerifyCert () |
XrdCryptoX509VerifyChain_t | X509VerifyChain () |
XrdCryptoX509ParseFile_t | X509ParseFile () |
XrdCryptoX509ParseBucket_t | X509ParseBucket () |
XrdCryptoX509ExportChain_t | X509ExportChain () |
XrdCryptoX509ChainToFile_t | X509ChainToFile () |
Static Public Attributes |
XrdSysMutex * | CryptoMutexPool [SSLFACTORY_MAX_CRYPTO_MUTEX] |