![]() |
CernVM-FS
2.13.0
|
This is the complete list of members for cipher::Cipher, including all inherited members.
algorithm() const =0 | cipher::Cipher | pure virtual |
block_size() const =0 | cipher::Cipher | pure virtual |
Cipher() | cipher::Cipher | inlineprotected |
Create(const Algorithms a) | cipher::Cipher | static |
Decrypt(const std::string &ciphertext, const Key &key, std::string *plaintext) | cipher::Cipher | static |
DoDecrypt(const std::string &ciphertext, const Key &key)=0 | cipher::Cipher | protectedpure virtual |
DoEncrypt(const std::string &plaintext, const Key &key)=0 | cipher::Cipher | protectedpure virtual |
Encrypt(const std::string &plaintext, const Key &key, std::string *ciphertext) | cipher::Cipher | |
iv_size() const =0 | cipher::Cipher | pure virtual |
key_size() const =0 | cipher::Cipher | pure virtual |
name() const =0 | cipher::Cipher | pure virtual |
~Cipher() | cipher::Cipher | inlinevirtual |