#include <XrdCryptoCipher.hh>
Inheritance diagram for XrdCryptoCipher:
Public Member Functions | |
XrdCryptoCipher () | |
virtual | ~XrdCryptoCipher () |
virtual bool | Finalize (char *pub, int lpub, const char *t) |
virtual bool | IsValid () |
virtual int | EncOutLength (int l) |
virtual int | DecOutLength (int l) |
virtual XrdSutBucket * | AsBucket () |
virtual char * | IV (int &l) const |
virtual bool | IsDefaultLength () const |
virtual char * | Public (int &lpub) |
virtual void | SetIV (int l, const char *iv) |
virtual int | Encrypt (const char *in, int lin, char *out) |
virtual int | Decrypt (const char *in, int lin, char *out) |
int | Encrypt (XrdSutBucket &buck) |
int | Decrypt (XrdSutBucket &buck) |
virtual char * | RefreshIV (int &l) |
|
|
|
|
|
Reimplemented from XrdCryptoBasic. Reimplemented in XrdCryptolocalCipher, and XrdCryptosslCipher. |
|
Reimplemented in XrdCryptolocalCipher, and XrdCryptosslCipher. |
|
|
|
Reimplemented in XrdCryptolocalCipher, and XrdCryptosslCipher. |
|
Reimplemented in XrdCryptolocalCipher, and XrdCryptosslCipher. |
|
|
|
Reimplemented in XrdCryptolocalCipher, and XrdCryptosslCipher. |
|
Reimplemented in XrdCryptolocalCipher, and XrdCryptosslCipher. |
|
Reimplemented in XrdCryptolocalCipher, and XrdCryptosslCipher. |
|
Reimplemented in XrdCryptolocalCipher, and XrdCryptosslCipher. |
|
Reimplemented in XrdCryptosslCipher. |
|
Reimplemented in XrdCryptolocalCipher, and XrdCryptosslCipher. |
|
Reimplemented in XrdCryptosslCipher. |
|
Reimplemented in XrdCryptosslCipher. |