public class Challenge
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
TYPE_HTTP_01
public static final String TYPE_HTTP_01
- See Also:
-
-
TYPE_DNS_01
public static final String TYPE_DNS_01
- See Also:
-
-
CHALLENGE_STATUS_PENDING
public static final String CHALLENGE_STATUS_PENDING
- See Also:
-
-
CHALLENGE_STATUS_VALID
public static final String CHALLENGE_STATUS_VALID
- See Also:
-
-
CHALLENGE_STATUS_PROCESSING
public static final String CHALLENGE_STATUS_PROCESSING
- See Also:
-
-
CHALLENGE_STATUS_INVALID
public static final String CHALLENGE_STATUS_INVALID
- See Also:
-
-
Constructor Details
-
Challenge
public Challenge()
-
Method Details
-
-
setType
public void setType(String type)
-
-
setStatus
public void setStatus(String status)
-
-
setUrl
public void setUrl(String url)
-
-
setToken
public void setToken(String token)
-
-