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