Uses of Class
org.xipki.ca.gateway.acme.AcmeChallenge
-
Packages that use AcmeChallenge Package Description org.xipki.ca.gateway.acme -
-
Uses of AcmeChallenge in org.xipki.ca.gateway.acme
Methods in org.xipki.ca.gateway.acme that return AcmeChallenge Modifier and Type Method Description AcmeChallengeAcmeChallenge. copy()AcmeChallengeAcmeChallenge2. getChallenge()Methods in org.xipki.ca.gateway.acme that return types with arguments of type AcmeChallenge Modifier and Type Method Description java.util.List<AcmeChallenge>AcmeAuthz. getChallenges()Method parameters in org.xipki.ca.gateway.acme with type arguments of type AcmeChallenge Modifier and Type Method Description voidAcmeAuthz. challenges(java.util.List<AcmeChallenge> challenges)Constructors in org.xipki.ca.gateway.acme with parameters of type AcmeChallenge Constructor Description AcmeChallenge2(AcmeChallenge challenge, AcmeIdentifier identifier)
-