|
Crypto++
8.4
Free C++ class library of cryptographic schemes
|
Discrete Log (DL) decryptor implementation. More...
Inheritance diagram for DL_DecryptorImpl< SCHEME_OPTIONS >:Additional Inherited Members | |
Public Types inherited from DL_ObjectImpl< DL_DecryptorBase< SCHEME_OPTIONS::Element >, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey > | |
| typedef SCHEME_OPTIONS::PrivateKey ::Element | Element |
Public Types inherited from DL_ObjectImplBase< DL_DecryptorBase< SCHEME_OPTIONS::Element >, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey > | |
| typedef SCHEME_OPTIONS | SchemeOptions |
| typedef SCHEME_OPTIONS::PrivateKey ::Element | Element |
Public Types inherited from DL_DecryptorBase< SCHEME_OPTIONS::Element > | |
| typedef SCHEME_OPTIONS::Element | Element |
Public Types inherited from DL_CryptoSystemBase< PK_Decryptor, DL_PrivateKey< SCHEME_OPTIONS::Element > > | |
| typedef DL_Base< DL_PrivateKey< SCHEME_OPTIONS::Element > >::Element | Element |
Public Member Functions inherited from DL_ObjectImplBase< DL_DecryptorBase< SCHEME_OPTIONS::Element >, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey > | |
| PrivateKey & | AccessPrivateKey () |
| PublicKey & | AccessPublicKey () |
| const SCHEME_OPTIONS::PrivateKey & | GetKey () const |
| SCHEME_OPTIONS::PrivateKey & | AccessKey () |
Public Member Functions inherited from AlgorithmImpl< DL_DecryptorBase< SCHEME_OPTIONS::Element >, SCHEME_OPTIONS::AlgorithmInfo > | |
| std::string | AlgorithmName () const |
| The algorithm name. More... | |
Public Member Functions inherited from DL_DecryptorBase< SCHEME_OPTIONS::Element > | |
| DecodingResult | Decrypt (RandomNumberGenerator &rng, const byte *ciphertext, size_t ciphertextLength, byte *plaintext, const NameValuePairs ¶meters=g_nullNameValuePairs) const |
| Decrypt a byte string. More... | |
Public Member Functions inherited from DL_CryptoSystemBase< PK_Decryptor, DL_PrivateKey< SCHEME_OPTIONS::Element > > | |
| size_t | MaxPlaintextLength (size_t ciphertextLength) const |
| size_t | CiphertextLength (size_t plaintextLength) const |
| bool | ParameterSupported (const char *name) const |
Public Member Functions inherited from PK_Decryptor | |
| virtual BufferedTransformation * | CreateDecryptionFilter (RandomNumberGenerator &rng, BufferedTransformation *attachment=NULL, const NameValuePairs ¶meters=g_nullNameValuePairs) const |
| Create a new decryption filter. More... | |
| DecodingResult | FixedLengthDecrypt (RandomNumberGenerator &rng, const byte *ciphertext, byte *plaintext, const NameValuePairs ¶meters=g_nullNameValuePairs) const |
| Decrypt a fixed size ciphertext. More... | |
Public Member Functions inherited from PK_CryptoSystem | |
| virtual size_t | FixedCiphertextLength () const |
| Provides the fixed ciphertext length, if one exists. More... | |
| virtual size_t | FixedMaxPlaintextLength () const |
| Provides the maximum plaintext length given a fixed ciphertext length. More... | |
Public Member Functions inherited from PrivateKeyAlgorithm | |
| CryptoMaterial & | AccessMaterial () |
| Retrieves a reference to a Private Key. More... | |
| const CryptoMaterial & | GetMaterial () const |
| Retrieves a reference to a Private Key. More... | |
| virtual const PrivateKey & | GetPrivateKey () const |
| Retrieves a reference to a Private Key. More... | |
Public Member Functions inherited from Algorithm | |
| Algorithm (bool checkSelfTestStatus=true) | |
| Interface for all crypto algorithms. More... | |
| virtual std::string | AlgorithmName () const |
| Provides the name of this algorithm. More... | |
| virtual std::string | AlgorithmProvider () const |
| Retrieve the provider of this algorithm. More... | |
Public Member Functions inherited from Clonable | |
| virtual Clonable * | Clone () const |
| Copies this object. More... | |
Static Public Member Functions inherited from AlgorithmImpl< DL_DecryptorBase< SCHEME_OPTIONS::Element >, SCHEME_OPTIONS::AlgorithmInfo > | |
| static std::string | StaticAlgorithmName () |
| The algorithm name. More... | |
Discrete Log (DL) decryptor implementation.
| SCHEME_OPTIONS | options for the scheme |
1.8.17