Uses of Class
org.xipki.ca.gateway.acme.msg.ChallengeResponse
-
Packages that use ChallengeResponse Package Description org.xipki.ca.gateway.acme org.xipki.ca.gateway.acme.msg -
-
Uses of ChallengeResponse in org.xipki.ca.gateway.acme
Methods in org.xipki.ca.gateway.acme that return ChallengeResponse Modifier and Type Method Description ChallengeResponseAcmeChallenge. toChallengeResponse(java.lang.String baseUrl, long orderId, int authzId) -
Uses of ChallengeResponse in org.xipki.ca.gateway.acme.msg
Methods in org.xipki.ca.gateway.acme.msg that return types with arguments of type ChallengeResponse Modifier and Type Method Description java.util.List<ChallengeResponse>AuthzResponse. getChallenges()Method parameters in org.xipki.ca.gateway.acme.msg with type arguments of type ChallengeResponse Modifier and Type Method Description voidAuthzResponse. setChallenges(java.util.List<ChallengeResponse> challenges)
-