xrootd
|
#include <XrdCryptolocalFactory.hh>
Public Member Functions | |
XrdCryptolocalFactory () | |
virtual | ~XrdCryptolocalFactory () |
void | SetTrace (kXR_int32 trace) |
XrdCryptoKDFunLen_t | KDFunLen () |
XrdCryptoKDFun_t | KDFun () |
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) |
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) |
XrdCryptolocalFactory::XrdCryptolocalFactory | ( | ) |
virtual XrdCryptolocalFactory::~XrdCryptolocalFactory | ( | ) | [inline, virtual] |
XrdCryptoCipher * XrdCryptolocalFactory::Cipher | ( | const char * | t, |
int | l = 0 |
||
) | [virtual] |
Reimplemented from XrdCryptoFactory.
References XrdCryptoCipher::IsValid().
XrdCryptoCipher * XrdCryptolocalFactory::Cipher | ( | const char * | t, |
int | l, | ||
const char * | k, | ||
int | liv, | ||
const char * | iv | ||
) | [virtual] |
Reimplemented from XrdCryptoFactory.
References XrdCryptoCipher::IsValid().
XrdCryptoCipher * XrdCryptolocalFactory::Cipher | ( | const XrdCryptoCipher & | c | ) | [virtual] |
Reimplemented from XrdCryptoFactory.
References XrdCryptoCipher::IsValid().
XrdCryptoCipher * XrdCryptolocalFactory::Cipher | ( | XrdSutBucket * | b | ) | [virtual] |
Reimplemented from XrdCryptoFactory.
References XrdCryptoCipher::IsValid().
XrdCryptoCipher * XrdCryptolocalFactory::Cipher | ( | int | bits, |
char * | pub, | ||
int | lpub, | ||
const char * | t = 0 |
||
) | [virtual] |
Reimplemented from XrdCryptoFactory.
References XrdCryptoCipher::IsValid().
XrdCryptoKDFun_t XrdCryptolocalFactory::KDFun | ( | ) | [virtual] |
Reimplemented from XrdCryptoFactory.
References XrdCryptolocalKDFun().
XrdCryptoKDFunLen_t XrdCryptolocalFactory::KDFunLen | ( | ) | [virtual] |
Reimplemented from XrdCryptoFactory.
References XrdCryptolocalKDFunLen().
XrdCryptoMsgDigest * XrdCryptolocalFactory::MsgDigest | ( | const char * | dgst | ) | [virtual] |
Reimplemented from XrdCryptoFactory.
References ABSTRACTMETHOD.
XrdCryptoRSA * XrdCryptolocalFactory::RSA | ( | const char * | pub, |
int | lpub = 0 |
||
) | [virtual] |
Reimplemented from XrdCryptoFactory.
References ABSTRACTMETHOD.
XrdCryptoRSA * XrdCryptolocalFactory::RSA | ( | const XrdCryptoRSA & | r | ) | [virtual] |
Reimplemented from XrdCryptoFactory.
References ABSTRACTMETHOD.
XrdCryptoRSA * XrdCryptolocalFactory::RSA | ( | int | bits = XrdCryptoDefRSABits , |
int | exp = XrdCryptoDefRSAExp |
||
) | [virtual] |
Reimplemented from XrdCryptoFactory.
References ABSTRACTMETHOD.
void XrdCryptolocalFactory::SetTrace | ( | kXR_int32 | trace | ) | [virtual] |
Reimplemented from XrdCryptoFactory.
References cryptoTrace, cryptoTRACE_ALL, cryptoTRACE_Debug, cryptoTRACE_Dump, cryptoTRACE_Notify, and XrdOucTrace::What.