#include <PrivateKey.hxx>
Inheritance diagram for PrivateKey:

Public Member Functions | |
| SERIALIZABLE_DECLS (PrivateKey) | |
| PrivateKey (const PrivateKey &) | |
| ByteString | signThis (const Buffer &buf) const |
Static Public Member Functions | |
| static GCPtr< PrivateKey > | FromFile (const Path &theFile) |
| Load a public key from an SSL PEM file. | |
Protected Attributes | |
| EVP_PKEY * | key |
Definition at line 45 of file PrivateKey.hxx.
|
|
Referenced by FromFile(). |
|
|
Load a public key from an SSL PEM file.
Definition at line 55 of file PrivateKey.cxx. References Path::c_str(), Path::exists(), ExNoAccess, ExNoObject, format(), PrivateKey(), THROW, xfclose, and xfopen. Referenced by FSRepos::Connect(), and AuthInfo::findUser(). |
|
|
|
|
|
Definition at line 99 of file PrivateKey.cxx. References ExBadValue, format(), Buffer::getChunk(), key, Buffer::Chunk::len, Buffer::length(), Buffer::Chunk::ptr, and THROW. |
|
|
Definition at line 49 of file PrivateKey.hxx. Referenced by signThis(). |
1.4.6