Crypto++
5.6.4
Free C++ class library of cryptographic schemes
|
Interface for asymmetric algorithms. More...
Public Member Functions | |
virtual CryptoMaterial & | AccessMaterial ()=0 |
Retrieves a reference to CryptoMaterial. More... | |
virtual const CryptoMaterial & | GetMaterial () const =0 |
Retrieves a reference to CryptoMaterial. More... | |
void | BERDecode (BufferedTransformation &bt) |
Loads this object from a BufferedTransformation. More... | |
void | DEREncode (BufferedTransformation &bt) const |
Saves this object to a BufferedTransformation. More... | |
![]() | |
Algorithm (bool checkSelfTestStatus=true) | |
Interface for all crypto algorithms. More... | |
virtual std::string | AlgorithmName () const |
Provides the name of this algorithm. More... | |
![]() | |
virtual Clonable * | Clone () const |
Copies this object. More... | |
Interface for asymmetric algorithms.
Definition at line 2201 of file cryptlib.h.
|
pure virtual |
Retrieves a reference to CryptoMaterial.
Implemented in KeyAgreementAlgorithm, PrivateKeyAlgorithm, and PublicKeyAlgorithm.
|
pure virtual |
Retrieves a reference to CryptoMaterial.
Implemented in KeyAgreementAlgorithm, PrivateKeyAlgorithm, and PublicKeyAlgorithm.
|
inline |
Loads this object from a BufferedTransformation.
bt | a BufferedTransformation object |
AccessMaterial().Load(bt)
Definition at line 2219 of file cryptlib.h.
|
inline |
Saves this object to a BufferedTransformation.
bt | a BufferedTransformation object |
Definition at line 2225 of file cryptlib.h.