AOSharedServiceLibrary
Public Attributes | List of all members
AOSSL::SslCertificateBuffer Struct Reference

A Structure for storing an SSL Certificate. More...

#include <buffers.h>

Inheritance diagram for AOSSL::SslCertificateBuffer:
Inheritance graph
[legend]
Collaboration diagram for AOSSL::SslCertificateBuffer:
Collaboration graph
[legend]

Public Attributes

std::string certificate
 Certificate String.
 
std::string issuing_ca
 Issuing CA String.
 
std::string ca_chain
 CA Chain String.
 
std::string private_key
 Private Key String.
 
std::string private_key_type
 Private Key Type.
 
std::string serial_number
 Serial Number.
 
int lease_duration = 0
 Amount of time the certificate will be valid.
 
- Public Attributes inherited from AOSSL::Buffer
bool success
 Success flag.
 
std::string err_msg
 Error Message.
 

Detailed Description

A Structure for storing an SSL Certificate.


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