opendnp3  3.0.0
Reference implementation of DNP3 (IEEE-1815)
opendnp3::X509Info Class Reference

Select information from a preverified x509 certificate that user can can inspect an optionally reject. More...

#include <opendnp3/master/X509Info.h>

Public Member Functions

 X509Info (int depth_, Buffer sha1thumbprint_, std::string subjectName_)
 

Public Attributes

int depth
 
Buffer sha1thumbprint
 
std::string subjectName
 

Private Member Functions

 X509Info ()
 
- Private Member Functions inherited from opendnp3::Uncopyable
 Uncopyable ()=default
 
 Uncopyable (Uncopyable &&)=default
 
virtual ~Uncopyable ()=default
 
Uncopyableoperator= (Uncopyable &&)=default
 

Detailed Description

Select information from a preverified x509 certificate that user can can inspect an optionally reject.

Definition at line 35 of file X509Info.h.

Constructor & Destructor Documentation

◆ X509Info() [1/2]

opendnp3::X509Info::X509Info ( int  depth_,
Buffer  sha1thumbprint_,
std::string  subjectName_ 
)
inline

Definition at line 38 of file X509Info.h.

◆ X509Info() [2/2]

opendnp3::X509Info::X509Info ( )
private

Member Data Documentation

◆ depth

int opendnp3::X509Info::depth

Definition at line 44 of file X509Info.h.

◆ sha1thumbprint

Buffer opendnp3::X509Info::sha1thumbprint

Definition at line 47 of file X509Info.h.

◆ subjectName

std::string opendnp3::X509Info::subjectName

Definition at line 50 of file X509Info.h.


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