transform::PrivateKey::Impl Class Reference

Public Member Functions

 Impl ()
 
 ~Impl ()
 

Data Fields

EVP_PKEY * key
 

Detailed Description

Definition at line 44 of file private-key.cpp.

Constructor & Destructor Documentation

transform::PrivateKey::Impl::Impl ( )
inline

Definition at line 47 of file private-key.cpp.

transform::PrivateKey::Impl::~Impl ( )
inline

Definition at line 52 of file private-key.cpp.

Field Documentation

EVP_PKEY* transform::PrivateKey::Impl::key

Definition at line 58 of file private-key.cpp.