OpenSSLCertificate

SSLCertificate implementation.

Constructors

this
this(X509* x509)
Undocumented in source.

Members

Functions

getSubjectName
string getSubjectName()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

x509
X509* x509;

The C OpenSSL certificate object.

Inherited Members

From SSLCertificate

getSubjectName
string getSubjectName()

Returns the full certificate subject name.

Meta