Uses of Class
org.xipki.ca.gateway.acme.type.Identifier
-
Packages that use Identifier Package Description org.xipki.ca.gateway.acme org.xipki.ca.gateway.acme.msg org.xipki.ca.gateway.acme.type -
-
Uses of Identifier in org.xipki.ca.gateway.acme
Methods in org.xipki.ca.gateway.acme that return Identifier Modifier and Type Method Description IdentifierAcmeIdentifier. toIdentifier() -
Uses of Identifier in org.xipki.ca.gateway.acme.msg
Methods in org.xipki.ca.gateway.acme.msg that return Identifier Modifier and Type Method Description IdentifierAuthzResponse. getIdentifier()Methods in org.xipki.ca.gateway.acme.msg that return types with arguments of type Identifier Modifier and Type Method Description java.util.List<Identifier>NewOrderPayload. getIdentifiers()java.util.List<Identifier>OrderResponse. getIdentifiers()Methods in org.xipki.ca.gateway.acme.msg with parameters of type Identifier Modifier and Type Method Description voidAuthzResponse. setIdentifier(Identifier identifier)Method parameters in org.xipki.ca.gateway.acme.msg with type arguments of type Identifier Modifier and Type Method Description voidNewOrderPayload. setIdentifiers(java.util.List<Identifier> identifiers)voidOrderResponse. setIdentifiers(java.util.List<Identifier> identifiers) -
Uses of Identifier in org.xipki.ca.gateway.acme.type
Methods in org.xipki.ca.gateway.acme.type that return Identifier Modifier and Type Method Description IdentifierSubproblem. getIdentifier()Methods in org.xipki.ca.gateway.acme.type with parameters of type Identifier Modifier and Type Method Description voidSubproblem. setIdentifier(Identifier identifier)
-