ae v0.0.2824 (2020-10-12T01:09:09Z)
Home
Dub
Repo
OpenSSLCertificate
ae
net
ssl
openssl
Undocumented in source.
class
OpenSSLCertificate :
SSLCertificate
{
X509
*
x509
;
this
(X509* x509);
string
getSubjectName
();
}
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
;
Undocumented in source.
Inherited Members
From SSLCertificate
getSubjectName
string
getSubjectName
()
Undocumented in source.
Meta
Source
See Implementation
ae
net
ssl
openssl
classes
OpenSSLAdapter
OpenSSLCertificate
OpenSSLContext
OpenSSLProvider
functions
sslEnforce
mixin templates
SSLUseLib
structs
MemoryBIO