10Duke Enterprise C++ Client
|
#include <PublicKey.h>
Public key.
Public Member Functions | |
virtual std::unique_ptr< tenduke::crypto::MessageDigestVerifier > | createMessageDigestVerifier (tenduke::crypto::MessageDigest::Algorithm algorithm) const =0 |
Creates a tenduke::crypto::MessageDigestVerifier , which uses this key and given algorithm. | |
virtual std::string | toPEM () const =0 |
Generates PEM-representation of this key. | |
|
pure virtual |
Creates a tenduke::crypto::MessageDigestVerifier
, which uses this key and given algorithm.
algorithm | algorithm to use |
Implemented in tenduke::crypto::libcrypto::LibcryptoPublicKey.
|
pure virtual |
Generates PEM-representation of this key.
Implemented in tenduke::crypto::libcrypto::LibcryptoPublicKey.