Uses of Class
org.xipki.ca.gateway.acme.type.ChallengeStatus
-
Packages that use ChallengeStatus Package Description org.xipki.ca.gateway.acme org.xipki.ca.gateway.acme.msg org.xipki.ca.gateway.acme.type -
-
Uses of ChallengeStatus in org.xipki.ca.gateway.acme
Methods in org.xipki.ca.gateway.acme that return ChallengeStatus Modifier and Type Method Description ChallengeStatusAcmeChallenge. getStatus()Methods in org.xipki.ca.gateway.acme with parameters of type ChallengeStatus Modifier and Type Method Description voidAcmeChallenge. status(ChallengeStatus status) -
Uses of ChallengeStatus in org.xipki.ca.gateway.acme.msg
Methods in org.xipki.ca.gateway.acme.msg that return ChallengeStatus Modifier and Type Method Description ChallengeStatusChallengeResponse. getStatus()Methods in org.xipki.ca.gateway.acme.msg with parameters of type ChallengeStatus Modifier and Type Method Description voidChallengeResponse. setStatus(ChallengeStatus status) -
Uses of ChallengeStatus in org.xipki.ca.gateway.acme.type
Methods in org.xipki.ca.gateway.acme.type that return ChallengeStatus Modifier and Type Method Description static ChallengeStatusChallengeStatus. ofCode(int code)static ChallengeStatusChallengeStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ChallengeStatus[]ChallengeStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-