Uses of Class
org.shredzone.acme4j.Identifier
Package
Description
-
Uses of Identifier in org.shredzone.acme4j
Modifier and TypeMethodDescriptionstatic Identifier
Creates a new DNS identifier for the given domain name.Authorization.getIdentifier()
Gets theIdentifier
to be authorized.Problem.getIdentifier()
Returns theIdentifier
this problem relates to.static Identifier
Creates a new IP identifier for the givenInetAddress
.static Identifier
Identifier.ip
(InetAddress ip) Creates a new IP identifier for the givenInetAddress
.Modifier and TypeMethodDescriptionOrder.getIdentifiers()
Gets the list ofIdentifier
to be ordered.Modifier and TypeMethodDescriptionOrderBuilder.identifier
(Identifier identifier) Adds anIdentifier
to the order.Account.preAuthorize
(Identifier identifier) Pre-authorizes anIdentifier
.Modifier and TypeMethodDescriptionOrderBuilder.identifiers
(Collection<Identifier> identifiers) Adds a collection ofIdentifier
to the order. -
Uses of Identifier in org.shredzone.acme4j.challenge
Modifier and TypeMethodDescriptionstatic String
Dns01Challenge.toRRName
(Identifier identifier) Converts a domain identifier to the Resource Record name to be used for the DNS TXT record. -
Uses of Identifier in org.shredzone.acme4j.toolbox