Uses of Class
org.xipki.ca.gateway.acme.AcmeAuthz
-
Packages that use AcmeAuthz Package Description org.xipki.ca.gateway.acme -
-
Uses of AcmeAuthz in org.xipki.ca.gateway.acme
Methods in org.xipki.ca.gateway.acme that return AcmeAuthz Modifier and Type Method Description AcmeAuthzAcmeChallenge. authz()AcmeAuthzAcmeAuthz. copy()AcmeAuthzAcmeDataSource. getAuthz(byte[] authzId)AcmeAuthzAcmeOrder. getAuthz(int authzId)AcmeAuthzAcmeRepo. getAuthz(AuthzId authzId)Methods in org.xipki.ca.gateway.acme that return types with arguments of type AcmeAuthz Modifier and Type Method Description java.util.List<AcmeAuthz>AcmeOrder. getAuthzs()Methods in org.xipki.ca.gateway.acme with parameters of type AcmeAuthz Modifier and Type Method Description voidAcmeChallenge. authz(AcmeAuthz authz)Method parameters in org.xipki.ca.gateway.acme with type arguments of type AcmeAuthz Modifier and Type Method Description voidAcmeOrder. setAuthzs(java.util.List<AcmeAuthz> authzs)
-