Class CertificateAuthority
java.lang.Object
org.wildfly.security.x500.cert.acme.CertificateAuthority
A class that represents an Automatic Certificate
Management Environment (ACME) certificate authority endpoint.
- Since:
- 1.9.0
- Author:
- Diana Vilkolakova
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CertificateAuthorityGet the default certificate authority endpoint.getName()Get the name of certificate authority.Get the certificate authority staging URLgetUrl()Get the certificate authority URLvoidSet the name of certificate authority.voidsetStagingUrl(String stagingUrl) Set the staging URL of certificate authority.voidSet the URL of certificate authority.
-
Field Details
-
LETS_ENCRYPT
-
-
Constructor Details
-
CertificateAuthority
-
-
Method Details
-
getDefault
Get the default certificate authority endpoint.- Returns:
- LETS_ENCRYPT certificate authority holding Let's Encrypt URLs
-
getName
Get the name of certificate authority.- Returns:
- name of the certificate authority
-
getUrl
Get the certificate authority URL- Returns:
- certificate authority URL
-
getStagingUrl
Get the certificate authority staging URL- Returns:
- certificate authority staging URL
-
setName
Set the name of certificate authority.- Parameters:
name- the name of certificate authority (must not benull)
-
setUrl
Set the URL of certificate authority.- Parameters:
url- URL of certificate authority (must not benull)
-
setStagingUrl
Set the staging URL of certificate authority.- Parameters:
stagingUrl- staging URL of certificate authority
-