Package monero.common
Class SslOptions
java.lang.Object
monero.common.SslOptions
SSL options for remote endpoints.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAllowAnyCert
(Boolean allowAnyCert) void
setAllowedFingerprints
(List<String> allowedFingerprints) void
setCertificateAuthorityFile
(String certificateAuthorityFile) void
setCertificatePath
(String certificatePath) void
setPrivateKeyPath
(String privateKeyPath)
-
Constructor Details
-
SslOptions
public SslOptions()
-
-
Method Details
-
getPrivateKeyPath
-
setPrivateKeyPath
-
getCertificatePath
-
setCertificatePath
-
getCertificateAuthorityFile
-
setCertificateAuthorityFile
-
getAllowedFingerprints
-
setAllowedFingerprints
-
getAllowAnyCert
-
setAllowAnyCert
-