hunt-net ~master (2022-02-18T10:07:33Z)
Home
Dub
Repo
KeyCertOptions
hunt
net
KeyCertOptions
interface
KeyCertOptions {
string
getCaFile
();
KeyCertOptions
setCaFile
(string file);
string
getCaPassword
();
KeyCertOptions
setCaPassword
(string password);
string
getCertFile
();
string
getCertPassword
();
string
getKeyFile
();
string
getKeyPassword
();
KeyCertOptions
copy
();
}
Members
Functions
copy
KeyCertOptions
copy
()
Undocumented in source.
getCaFile
string
getCaFile
()
Undocumented in source.
getCaPassword
string
getCaPassword
()
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.
setCaFile
KeyCertOptions
setCaFile
(string file)
Undocumented in source.
setCaPassword
KeyCertOptions
setCaPassword
(string password)
Undocumented in source.
Meta
Source
See Implementation
hunt
net
KeyCertOptions
interfaces
KeyCertOptions