Uses of Class
org.xipki.ca.gateway.acme.AcmeIdentifier
-
Packages that use AcmeIdentifier Package Description org.xipki.ca.gateway.acme org.xipki.ca.gateway.acme.type -
-
Uses of AcmeIdentifier in org.xipki.ca.gateway.acme
Methods in org.xipki.ca.gateway.acme that return AcmeIdentifier Modifier and Type Method Description static AcmeIdentifierAcmeIdentifier. decode(Map<String,Object> encoded)AcmeIdentifierAcmeAuthz. getIdentifier()AcmeIdentifierAcmeChallenge2. getIdentifier()Constructors in org.xipki.ca.gateway.acme with parameters of type AcmeIdentifier Constructor Description AcmeAuthz(int subId, AcmeIdentifier identifier)AcmeChallenge2(AcmeChallenge challenge, AcmeIdentifier identifier) -
Uses of AcmeIdentifier in org.xipki.ca.gateway.acme.type
Methods in org.xipki.ca.gateway.acme.type that return AcmeIdentifier Modifier and Type Method Description AcmeIdentifierIdentifier. toAcmeIdentifier()
-