Crypto++
5.6.5
Free C++ class library of cryptographic schemes
|
Interface for asymmetric algorithms using public keys. More...
Public Member Functions | |
CryptoMaterial & | AccessMaterial () |
Retrieves a reference to a Public Key. More... | |
const CryptoMaterial & | GetMaterial () const |
Retrieves a reference to a Public Key. More... | |
virtual PublicKey & | AccessPublicKey ()=0 |
Retrieves a reference to a Public Key. More... | |
virtual const PublicKey & | GetPublicKey () const |
Retrieves a reference to a Public Key. 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 using public keys.
Definition at line 2237 of file cryptlib.h.
|
inlinevirtual |
Retrieves a reference to a Public Key.
Implements AsymmetricAlgorithm.
Definition at line 2248 of file cryptlib.h.
|
inlinevirtual |
Retrieves a reference to a Public Key.
Implements AsymmetricAlgorithm.
Definition at line 2252 of file cryptlib.h.
|
pure virtual |
Retrieves a reference to a Public Key.
|
inlinevirtual |
Retrieves a reference to a Public Key.
Definition at line 2260 of file cryptlib.h.