#include <XrdCryptosslRSA.hh>
|
| | XrdCryptosslRSA (int bits=XrdCryptoMinRSABits, int exp=XrdCryptoDefRSAExp) |
| |
| | XrdCryptosslRSA (const char *pub, int lpub=0) |
| |
| | XrdCryptosslRSA (EVP_PKEY *key, bool check=1) |
| |
| | XrdCryptosslRSA (const XrdCryptosslRSA &r) |
| |
| virtual | ~XrdCryptosslRSA () |
| |
| XrdCryptoRSAdata | Opaque () |
| |
| void | Dump () |
| |
| int | GetOutlen (int lin) |
| |
| int | GetPublen () |
| |
| int | GetPrilen () |
| |
| int | ImportPublic (const char *in, int lin) |
| |
| int | ExportPublic (char *out, int lout) |
| |
| int | ImportPrivate (const char *in, int lin) |
| |
| int | ExportPrivate (char *out, int lout) |
| |
| int | EncryptPrivate (const char *in, int lin, char *out, int lout) |
| |
| int | DecryptPublic (const char *in, int lin, char *out, int lout) |
| |
| int | EncryptPublic (const char *in, int lin, char *out, int lout) |
| |
| int | DecryptPrivate (const char *in, int lin, char *out, int lout) |
| |
| | XrdCryptoRSA () |
| |
| virtual | ~XrdCryptoRSA () |
| |
| const char * | Status (ERSAStatus t=kInvalid) const |
| |
| bool | IsValid () |
| |
| int | ExportPublic (XrdOucString &exp) |
| |
| int | ExportPrivate (XrdOucString &exp) |
| |
| int | EncryptPrivate (XrdSutBucket &buck) |
| |
| int | DecryptPublic (XrdSutBucket &buck) |
| |
| int | EncryptPublic (XrdSutBucket &buck) |
| |
| int | DecryptPrivate (XrdSutBucket &buck) |
| |
| XrdCryptosslRSA::XrdCryptosslRSA |
( |
const char * |
pub, |
|
|
int |
lpub = 0 |
|
) |
| |
| XrdCryptosslRSA::XrdCryptosslRSA |
( |
EVP_PKEY * |
key, |
|
|
bool |
check = 1 |
|
) |
| |
| virtual XrdCryptosslRSA::~XrdCryptosslRSA |
( |
| ) |
|
|
virtual |
| int XrdCryptosslRSA::DecryptPrivate |
( |
const char * |
in, |
|
|
int |
lin, |
|
|
char * |
out, |
|
|
int |
lout |
|
) |
| |
|
virtual |
| int XrdCryptosslRSA::DecryptPublic |
( |
const char * |
in, |
|
|
int |
lin, |
|
|
char * |
out, |
|
|
int |
lout |
|
) |
| |
|
virtual |
| void XrdCryptosslRSA::Dump |
( |
| ) |
|
|
virtual |
| int XrdCryptosslRSA::EncryptPrivate |
( |
const char * |
in, |
|
|
int |
lin, |
|
|
char * |
out, |
|
|
int |
lout |
|
) |
| |
|
virtual |
| int XrdCryptosslRSA::EncryptPublic |
( |
const char * |
in, |
|
|
int |
lin, |
|
|
char * |
out, |
|
|
int |
lout |
|
) |
| |
|
virtual |
| int XrdCryptosslRSA::ExportPrivate |
( |
char * |
out, |
|
|
int |
lout |
|
) |
| |
|
virtual |
| int XrdCryptosslRSA::ExportPublic |
( |
char * |
out, |
|
|
int |
lout |
|
) |
| |
|
virtual |
| int XrdCryptosslRSA::GetOutlen |
( |
int |
lin | ) |
|
|
virtual |
| int XrdCryptosslRSA::GetPrilen |
( |
| ) |
|
|
virtual |
| int XrdCryptosslRSA::GetPublen |
( |
| ) |
|
|
virtual |
| int XrdCryptosslRSA::ImportPrivate |
( |
const char * |
in, |
|
|
int |
lin |
|
) |
| |
|
virtual |
| int XrdCryptosslRSA::ImportPublic |
( |
const char * |
in, |
|
|
int |
lin |
|
) |
| |
|
virtual |
| EVP_PKEY* XrdCryptosslRSA::fEVP |
|
private |
| int XrdCryptosslRSA::prilen |
|
private |
| int XrdCryptosslRSA::publen |
|
private |
The documentation for this class was generated from the following file: