Uses of Class
org.shredzone.acme4j.Identifier
Packages that use Identifier
Package
Description
-
Uses of Identifier in org.shredzone.acme4j
Methods in org.shredzone.acme4j that return IdentifierModifier 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
.Methods in org.shredzone.acme4j that return types with arguments of type IdentifierModifier and TypeMethodDescriptionOrder.getIdentifiers()
Gets the list ofIdentifier
to be ordered.Methods in org.shredzone.acme4j with parameters of type IdentifierModifier and TypeMethodDescriptionOrderBuilder.identifier
(Identifier identifier) Adds anIdentifier
to the order.Account.preAuthorize
(Identifier identifier) Pre-authorizes anIdentifier
.Method parameters in org.shredzone.acme4j with type arguments of type IdentifierModifier and TypeMethodDescriptionOrderBuilder.identifiers
(Collection<Identifier> identifiers) Adds a collection ofIdentifier
to the order. -
Uses of Identifier in org.shredzone.acme4j.challenge
Methods in org.shredzone.acme4j.challenge with parameters of type IdentifierModifier 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
Methods in org.shredzone.acme4j.toolbox that return Identifier