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 AcmeAuthzAcmeAuthz. copy()static AcmeAuthzAcmeAuthz. decode(Map<String,Object> encoded)AcmeAuthzAcmeChallenge. getAuthz()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 static List<AcmeAuthz>AcmeAuthz. decodeAuthzs(String encoded)List<AcmeAuthz>AcmeOrder. getAuthzs()Methods in org.xipki.ca.gateway.acme with parameters of type AcmeAuthz Modifier and Type Method Description voidAcmeChallenge. setAuthz(AcmeAuthz authz)Method parameters in org.xipki.ca.gateway.acme with type arguments of type AcmeAuthz Modifier and Type Method Description static StringAcmeAuthz. encodeAuthzs(List<AcmeAuthz> authzs)voidAcmeOrder. setAuthzs(List<AcmeAuthz> authzs)
-