libDwmAuth-0.1.0
Dwm::Auth::PKCrypto::PublicKey Class Reference

Encapsulates a readable and writable public key. More...

#include <DwmAuthPKCrypto.hh>

Inherits PublicKey, Readable, and Writable.

Public Member Functions

 PublicKey (const CryptoPP::RSA::PublicKey &key)
 
bool IsValid () const
 
std::istream & Read (std::istream &is)
 
ssize_t Read (int fd)
 
size_t Read (FILE *f)
 
std::ostream & Write (std::ostream &os) const
 
ssize_t Write (int fd) const
 
size_t Write (FILE *f) const
 
uint32_t StreamedLength () const
 
std::string ToString () const
 
std::string ToBase64String () const
 
bool FromString (const std::string &s)
 
bool FromBase64String (const std::string &s)
 
bool operator== (const PublicKey &pk) const
 operator ==
 

Detailed Description

Encapsulates a readable and writable public key.


The documentation for this class was generated from the following file: