| 
    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 | 
      
  | 
  pure virtual | 
Generates PEM-representation of this key.