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 ACMEChallenge
ACMEChallenge. fromJSON(java.lang.String json)
ACMEChallenge
ACMEAuthorization. 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 void
ACMEAuthorization. setChallenges(java.util.Collection<ACMEChallenge> challenges)
-