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()static AcmeChallengeAcmeChallenge. decode(Map<String,Object> encoded)AcmeChallengeAcmeChallenge2. getChallenge()Methods in org.xipki.ca.gateway.acme that return types with arguments of type AcmeChallenge Modifier and Type Method Description List<AcmeChallenge>AcmeAuthz. getChallenges()Method parameters in org.xipki.ca.gateway.acme with type arguments of type AcmeChallenge Modifier and Type Method Description voidAcmeAuthz. setChallenges(List<AcmeChallenge> challenges)Constructors in org.xipki.ca.gateway.acme with parameters of type AcmeChallenge Constructor Description AcmeChallenge2(AcmeChallenge challenge, AcmeIdentifier identifier)
-