Package monero.common

Class SslOptions

java.lang.Object
monero.common.SslOptions

public class SslOptions extends Object
SSL options for remote endpoints.
  • Constructor Details

    • SslOptions

      public SslOptions()
  • Method Details

    • getPrivateKeyPath

      public String getPrivateKeyPath()
    • setPrivateKeyPath

      public void setPrivateKeyPath(String privateKeyPath)
    • getCertificatePath

      public String getCertificatePath()
    • setCertificatePath

      public void setCertificatePath(String certificatePath)
    • getCertificateAuthorityFile

      public String getCertificateAuthorityFile()
    • setCertificateAuthorityFile

      public void setCertificateAuthorityFile(String certificateAuthorityFile)
    • getAllowedFingerprints

      public List<String> getAllowedFingerprints()
    • setAllowedFingerprints

      public void setAllowedFingerprints(List<String> allowedFingerprints)
    • getAllowAnyCert

      public Boolean getAllowAnyCert()
    • setAllowAnyCert

      public void setAllowAnyCert(Boolean allowAnyCert)