opendnp3
3.1.0
Reference implementation of DNP3 (IEEE-1815)
|
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 |
Uncopyable & | operator= (Uncopyable &&)=default |
Select information from a preverified x509 certificate that user can can inspect an optionally reject.
Definition at line 35 of file X509Info.h.
|
inline |
Definition at line 38 of file X509Info.h.
|
private |
int opendnp3::X509Info::depth |
Definition at line 44 of file X509Info.h.
Buffer opendnp3::X509Info::sha1thumbprint |
Definition at line 47 of file X509Info.h.
std::string opendnp3::X509Info::subjectName |
Definition at line 50 of file X509Info.h.