Crypto++
8.9
Free C++ class library of cryptographic schemes
|
Classes for DefaultEncryptor, DefaultDecryptor, DefaultEncryptorWithMAC and DefaultDecryptorWithMAC. More...
Go to the source code of this file.
Classes | |
class | DataDecryptorErr |
Exception thrown when LegacyDecryptorWithMAC or DefaultDecryptorWithMAC decryption error is encountered. More... | |
class | KeyBadErr |
Exception thrown when a bad key is encountered in DefaultDecryptorWithMAC and LegacyDecryptorWithMAC. More... | |
class | MACBadErr |
Exception thrown when an incorrect MAC is encountered in DefaultDecryptorWithMAC and LegacyDecryptorWithMAC. More... | |
struct | DataParametersInfo< BlockSize, KeyLength, DigestSize, SaltSize, Iterations > |
Algorithm information for password-based encryptors and decryptors. More... | |
class | DataEncryptor< BC, H, Info > |
Password-based Encryptor. More... | |
class | DataDecryptor< BC, H, Info > |
Password-based Decryptor. More... | |
class | DataEncryptorWithMAC< BC, H, MAC, Info > |
Password-based encryptor with MAC. More... | |
class | DataDecryptorWithMAC< BC, H, MAC, Info > |
Password-based decryptor with MAC. More... | |
struct | LegacyEncryptor |
Password-based encryptor (deprecated) More... | |
struct | LegacyDecryptor |
Password-based decryptor (deprecated) More... | |
struct | DefaultEncryptor |
Password-based encryptor. More... | |
struct | DefaultDecryptor |
Password-based decryptor. More... | |
struct | LegacyEncryptorWithMAC |
Password-based encryptor with MAC (deprecated) More... | |
struct | LegacyDecryptorWithMAC |
Password-based decryptor with MAC (deprecated) More... | |
struct | DefaultEncryptorWithMAC |
Password-based encryptor with MAC. More... | |
struct | DefaultDecryptorWithMAC |
Password-based decryptor with MAC. More... | |
Classes for DefaultEncryptor, DefaultDecryptor, DefaultEncryptorWithMAC and DefaultDecryptorWithMAC.
Definition in file default.h.