Uses of Class
org.dogtagpki.acme.ACMEChallenge
-
Packages that use ACMEChallenge Package Description org.dogtagpki.acme -
-
Uses of ACMEChallenge in org.dogtagpki.acme
Methods in org.dogtagpki.acme that return ACMEChallenge Modifier and Type Method Description static ACMEChallengeACMEChallenge. fromJSON(java.lang.String json)ACMEChallengeACMEAuthorization. getChallenge(java.lang.String challengeID)Methods in org.dogtagpki.acme that return types with arguments of type ACMEChallenge Modifier and Type Method Description java.util.Collection<ACMEChallenge>ACMEAuthorization. getChallenges()Method parameters in org.dogtagpki.acme with type arguments of type ACMEChallenge Modifier and Type Method Description voidACMEAuthorization. setChallenges(java.util.Collection<ACMEChallenge> challenges)
-