![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
Interface for asymmetric algorithms using public keys. More...
#include <cryptlib.h>
Public Member Functions | |
| virtual | ~PublicKeyAlgorithm () |
| 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... | |
Public Member Functions inherited from AsymmetricAlgorithm | |
| virtual | ~AsymmetricAlgorithm () |
| void | BERDecode (BufferedTransformation &bt) |
| Loads this object from a BufferedTransformation. More... | |
| void | DEREncode (BufferedTransformation &bt) const |
| Saves this object to a BufferedTransformation. More... | |
Public Member Functions inherited from Algorithm | |
| virtual | ~Algorithm () |
| Algorithm (bool checkSelfTestStatus=true) | |
| Interface for all crypto algorithms. More... | |
| virtual std::string | AlgorithmName () const |
| Provides the name of this algorithm. More... | |
Public Member Functions inherited from Clonable | |
| virtual | ~Clonable () |
| virtual Clonable * | Clone () const |
| Copies this object. More... | |
Interface for asymmetric algorithms using public keys.
Definition at line 2223 of file cryptlib.h.
|
inlinevirtual |
Definition at line 2226 of file cryptlib.h.
|
inlinevirtual |
Retrieves a reference to a Public Key.
Implements AsymmetricAlgorithm.
Definition at line 2232 of file cryptlib.h.
|
pure virtual |
Retrieves a reference to a Public Key.
Implemented in DL_ObjectImplBase< DL_VerifierBase< SCHEME_OPTIONS::Element >, SCHEME_OPTIONS, SCHEME_OPTIONS::PublicKey >, DL_ObjectImplBase< DL_EncryptorBase< SCHEME_OPTIONS::Element >, SCHEME_OPTIONS, SCHEME_OPTIONS::PublicKey >, TF_ObjectImplBase< TF_EncryptorBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PublicKey >, and TF_ObjectImplBase< TF_VerifierBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PublicKey >.
|
inlinevirtual |
Retrieves a reference to a Public Key.
Implements AsymmetricAlgorithm.
Definition at line 2236 of file cryptlib.h.
|
inlinevirtual |
Retrieves a reference to a Public Key.
Reimplemented in TF_ObjectImplBase< TF_EncryptorBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PublicKey >, and TF_ObjectImplBase< TF_VerifierBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PublicKey >.
Definition at line 2244 of file cryptlib.h.
1.8.11