Class SSLSecurityBuilder

    • Constructor Detail

      • SSLSecurityBuilder

        public SSLSecurityBuilder()
                           throws org.aesh.command.CommandException
        Throws:
        org.aesh.command.CommandException
    • Method Detail

      • needKeyStoreStore

        protected void needKeyStoreStore​(String keyStoreName)
      • setNewTrustStoreName

        public void setNewTrustStoreName​(String newTrustStoreName)
      • setNewTrustManagerName

        public void setNewTrustManagerName​(String newTrustManagerName)
      • getTrustedCertificatePath

        public File getTrustedCertificatePath()
      • setTrustedCertificatePath

        public void setTrustedCertificatePath​(File trustedCertificate)
      • setValidateCertificate

        public void setValidateCertificate​(boolean validateCertificate)
      • getTrustStoreName

        public String getTrustStoreName()
        Returns:
        the trustStoreName
      • setTrustStoreName

        public void setTrustStoreName​(String trustStoreName)
        Parameters:
        trustStoreName - the trustStoreName to set
      • getTrustStoreFileName

        public String getTrustStoreFileName()
        Returns:
        the trustStoreFileName
      • setTrustStoreFileName

        public void setTrustStoreFileName​(String trustStoreFileName)
        Parameters:
        trustStoreFileName - the trustStoreFileName to set
      • setTrustStoreFilePassword

        public void setTrustStoreFilePassword​(String trustStoreFilePassword)