Uses of Class
org.wildfly.security.x500.cert.acme.AcmeChallenge.Type
-
Packages that use AcmeChallenge.Type Package Description org.wildfly.security.x500.cert.acme -
-
Uses of AcmeChallenge.Type in org.wildfly.security.x500.cert.acme
Subclasses of AcmeChallenge.Type in org.wildfly.security.x500.cert.acme Modifier and Type Class Description static classAcmeChallenge.UnknownTypeAn unknown challenge type.Fields in org.wildfly.security.x500.cert.acme declared as AcmeChallenge.Type Modifier and Type Field Description static AcmeChallenge.TypeAcmeChallenge.Type. DNS_01static AcmeChallenge.TypeAcmeChallenge.Type. HTTP_01The various Automatic Certificate Management Environment (ACME) challenge types.static AcmeChallenge.TypeAcmeChallenge.Type. TLS_ALPN_01static AcmeChallenge.TypeAcmeChallenge.Type. TLS_SNI_01static AcmeChallenge.TypeAcmeChallenge.Type. TLS_SNI_02Methods in org.wildfly.security.x500.cert.acme that return AcmeChallenge.Type Modifier and Type Method Description AcmeChallenge.TypeAcmeChallenge. getType()Get the challenge type.Constructors in org.wildfly.security.x500.cert.acme with parameters of type AcmeChallenge.Type Constructor Description AcmeChallenge(AcmeChallenge.Type type, String url, String token, String identifierType, String identifierValue)Construct a new instance.
-