Class CertificateAuthority

    • Constructor Detail

      • CertificateAuthority

        public CertificateAuthority​(String name,
                                    String url,
                                    String stagingUrl)
    • Method Detail

      • getDefault

        public static CertificateAuthority getDefault()
        Get the default certificate authority endpoint.
        Returns:
        LETS_ENCRYPT certificate authority holding Let's Encrypt URLs
      • getName

        public String getName()
        Get the name of certificate authority.
        Returns:
        name of the certificate authority
      • getUrl

        public String getUrl()
        Get the certificate authority URL
        Returns:
        certificate authority URL
      • getStagingUrl

        public String getStagingUrl()
        Get the certificate authority staging URL
        Returns:
        certificate authority staging URL
      • setName

        public void setName​(String name)
        Set the name of certificate authority.
        Parameters:
        name - the name of certificate authority (must not be null)
      • setUrl

        public void setUrl​(String url)
        Set the URL of certificate authority.
        Parameters:
        url - URL of certificate authority (must not be null)
      • setStagingUrl

        public void setStagingUrl​(String stagingUrl)
        Set the staging URL of certificate authority.
        Parameters:
        stagingUrl - staging URL of certificate authority