Class CertificateAuthority

java.lang.Object
org.wildfly.security.x500.cert.acme.CertificateAuthority

public class CertificateAuthority extends Object
A class that represents an Automatic Certificate Management Environment (ACME) certificate authority endpoint.
Since:
1.9.0
Author:
Diana Vilkolakova
  • Field Details

  • Constructor Details

    • CertificateAuthority

      public CertificateAuthority(String name, String url, String stagingUrl)
  • Method Details

    • 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