Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Certificate information. More...
import <ServerSSLCert.idl;
Public Attributes | |
CommonAttributes | subject |
Subject attributes. | |
CommonAttributes | issuer |
Issuer attributes. | |
vector< string > | names |
DNS names and/or IP addresses. | |
string | invalidBefore |
Begin of validity period. | |
string | invalidAfter |
End of validity period. | |
string | serialNumber |
Serial number. | |
KeyInfo | keyInfo |
Key information. | |
Certificate information.
Definition at line 87 of file ServerSSLCert.idl.
string cert::ServerSSLCert::CertInfo::invalidAfter |
End of validity period.
Definition at line 92 of file ServerSSLCert.idl.
string cert::ServerSSLCert::CertInfo::invalidBefore |
Begin of validity period.
Definition at line 91 of file ServerSSLCert.idl.
CommonAttributes cert::ServerSSLCert::CertInfo::issuer |
Issuer attributes.
Definition at line 89 of file ServerSSLCert.idl.
KeyInfo cert::ServerSSLCert::CertInfo::keyInfo |
Key information.
Definition at line 94 of file ServerSSLCert.idl.
vector<string> cert::ServerSSLCert::CertInfo::names |
DNS names and/or IP addresses.
Definition at line 90 of file ServerSSLCert.idl.
string cert::ServerSSLCert::CertInfo::serialNumber |
Serial number.
Definition at line 93 of file ServerSSLCert.idl.
CommonAttributes cert::ServerSSLCert::CertInfo::subject |
Subject attributes.
Definition at line 88 of file ServerSSLCert.idl.