#include <XrdCryptolocalCipher.hh>
Inheritance diagram for XrdCryptolocalCipher:
Public Member Functions | |
XrdCryptolocalCipher (const char *t="PC1", int l=0) | |
XrdCryptolocalCipher (const char *t, int l, const char *k) | |
XrdCryptolocalCipher (XrdSutBucket *b) | |
XrdCryptolocalCipher (int len, char *pub, int lpub, const char *t="PC1") | |
XrdCryptolocalCipher (const XrdCryptolocalCipher &c) | |
virtual | ~XrdCryptolocalCipher () |
bool | Finalize (char *pub, int lpub, const char *t="PC1") |
void | Cleanup () |
bool | IsValid () |
XrdSutBucket * | AsBucket () |
bool | IsDefaultLength () const |
char * | Public (int &lpub) |
int | EncOutLength (int l) |
int | DecOutLength (int l) |
int | Encrypt (const char *in, int lin, char *out) |
int | Decrypt (const char *in, int lin, char *out) |
Private Attributes | |
bool | valid |
unsigned char * | bpub |
unsigned char * | bpriv |
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from XrdCryptoCipher. |
|
|
|
Reimplemented from XrdCryptoCipher. |
|
Reimplemented from XrdCryptoCipher. |
|
Reimplemented from XrdCryptoCipher. |
|
Reimplemented from XrdCryptoCipher. |
|
Reimplemented from XrdCryptoCipher. |
|
Reimplemented from XrdCryptoCipher. |
|
Reimplemented from XrdCryptoCipher. |
|
Reimplemented from XrdCryptoCipher. |
|
|
|
|
|
|