mirror of https://github.com/shred/acme4j
Show challenge type value in javadoc
parent
46daaa8cfd
commit
5b5500d373
|
@ -29,7 +29,7 @@ import org.shredzone.acme4j.util.ClaimBuilder;
|
|||
public class DnsChallenge extends GenericChallenge {
|
||||
|
||||
/**
|
||||
* Challenge type name.
|
||||
* Challenge type name: {@value}
|
||||
*/
|
||||
public static final String TYPE = "dns-01";
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.shredzone.acme4j.util.ClaimBuilder;
|
|||
public class HttpChallenge extends GenericChallenge {
|
||||
|
||||
/**
|
||||
* Challenge type name.
|
||||
* Challenge type name: {@value}
|
||||
*/
|
||||
public static final String TYPE = "http-01";
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ import org.shredzone.acme4j.util.ClaimBuilder;
|
|||
public class ProofOfPossessionChallenge extends GenericChallenge {
|
||||
|
||||
/**
|
||||
* Challenge type name.
|
||||
* Challenge type name: {@value}
|
||||
*/
|
||||
public static final String TYPE = "proofOfPossession-01";
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ package org.shredzone.acme4j.challenge;
|
|||
public class TlsSniChallenge extends GenericChallenge {
|
||||
|
||||
/**
|
||||
* Challenge type name.
|
||||
* Challenge type name: {@value}
|
||||
*/
|
||||
public static final String TYPE = "tls-sni-01";
|
||||
|
||||
|
|
Loading…
Reference in New Issue