PemKeyCertOptions

Constructors

this
this()
Undocumented in source.
this
this(string certificate, string privateKey, string certPassword, string keyPassword)
Undocumented in source.

Members

Functions

copy
KeyCertOptions copy()
Undocumented in source. Be warned that the author may not have intended to support it.
getCaFile
string getCaFile()
Undocumented in source. Be warned that the author may not have intended to support it.
getCaPassword
string getCaPassword()
Undocumented in source. Be warned that the author may not have intended to support it.
getCertFile
string getCertFile()
Undocumented in source. Be warned that the author may not have intended to support it.
getCertPassword
string getCertPassword()
Undocumented in source. Be warned that the author may not have intended to support it.
getKeyFile
string getKeyFile()
Undocumented in source. Be warned that the author may not have intended to support it.
getKeyPassword
string getKeyPassword()
Undocumented in source. Be warned that the author may not have intended to support it.
setCaFile
PemKeyCertOptions setCaFile(string file)
Undocumented in source. Be warned that the author may not have intended to support it.
setCaPassword
PemKeyCertOptions setCaPassword(string password)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From KeyCertOptions

getCaFile
string getCaFile()
Undocumented in source.
setCaFile
KeyCertOptions setCaFile(string file)
Undocumented in source.
getCaPassword
string getCaPassword()
Undocumented in source.
setCaPassword
KeyCertOptions setCaPassword(string password)
Undocumented in source.
getCertFile
string getCertFile()
Undocumented in source.
getCertPassword
string getCertPassword()
Undocumented in source.
getKeyFile
string getKeyFile()
Undocumented in source.
getKeyPassword
string getKeyPassword()
Undocumented in source.
copy
KeyCertOptions copy()
Undocumented in source.

Meta