libDwmAuth-0.1.2
Dwm::Auth::PKCrypto::PrivateKey Class Reference

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

#include <DwmAuthPKCrypto.hh>

Inherits PrivateKey, Readable, and Writable.

Public Member Functions

 PrivateKey (const CryptoPP::RSA::PrivateKey &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 operator== (const PrivateKey &pk) const
 operator ==
 

Detailed Description

Encapsulates a readable and writable private key.


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