CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cipher::Cipher Member List

This is the complete list of members for cipher::Cipher, including all inherited members.

algorithm() const =0cipher::Cipherpure virtual
block_size() const =0cipher::Cipherpure virtual
Cipher()cipher::Cipherinlineprotected
Create(const Algorithms a)cipher::Cipherstatic
Decrypt(const std::string &ciphertext, const Key &key, std::string *plaintext)cipher::Cipherstatic
DoDecrypt(const std::string &ciphertext, const Key &key)=0cipher::Cipherprotectedpure virtual
DoEncrypt(const std::string &plaintext, const Key &key)=0cipher::Cipherprotectedpure virtual
Encrypt(const std::string &plaintext, const Key &key, std::string *ciphertext)cipher::Cipher
iv_size() const =0cipher::Cipherpure virtual
key_size() const =0cipher::Cipherpure virtual
name() const =0cipher::Cipherpure virtual
~Cipher()cipher::Cipherinlinevirtual