The PrivateKey class is a memory representation of a private key.
More...
#include <micxx/net/SSLProtocol.hxx>
Inherits micxx::traits::ToString.
List of all members.
Detailed Description
The PrivateKey class is a memory representation of a private key.
The SSLPrivateKey class is a memory representation of a private key.
- Author:
- Norbert Klose
- Date:
- October, 2011
Constructor & Destructor Documentation
micxx::PrivateKey::PrivateKey |
( |
| ) |
|
micxx::PrivateKey::PrivateKey |
( |
const PrivateKey & |
right | ) |
|
virtual micxx::PrivateKey::~PrivateKey |
( |
| ) |
[virtual] |
Member Function Documentation
virtual void micxx::PrivateKey::clear |
( |
| ) |
[virtual] |
virtual const std::string& micxx::PrivateKey::getURL |
( |
| ) |
const [inline, virtual] |
virtual void micxx::PrivateKey::load |
( |
const std::string & |
url, |
|
|
const std::string * |
passphrase |
|
) |
| [virtual] |
Try to load a private key from URL url using the optional passphrase.
- Note:
- PEM format is simply base64 encoded data surrounded by header lines.
virtual bool micxx::PrivateKey::operator! |
( |
| ) |
const [virtual] |
Returns true
, if this ProvateKey object is invalid. Otherwise false
is returned.
virtual std::string micxx::PrivateKey::toString |
( |
| ) |
const [virtual] |
Friends And Related Function Documentation
The documentation for this class was generated from the following file: