Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
fc::detail::pke_impl Class Reference

Public Member Functions

 pke_impl ()
 
 ~pke_impl ()
 

Public Attributes

RSA * rsa
 

Detailed Description

Definition at line 16 of file pke.cpp.

Constructor & Destructor Documentation

◆ pke_impl()

fc::detail::pke_impl::pke_impl ( )
inline

Definition at line 19 of file pke.cpp.

19:rsa(nullptr){}

◆ ~pke_impl()

fc::detail::pke_impl::~pke_impl ( )
inline

Definition at line 20 of file pke.cpp.

21 {
22 if( rsa != nullptr )
23 RSA_free(rsa);
24 }

Member Data Documentation

◆ rsa

RSA* fc::detail::pke_impl::rsa

Definition at line 25 of file pke.cpp.


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