Uses of Class
org.shredzone.acme4j.toolbox.JSON
Packages that use JSON
Package
Description
-
Uses of JSON in org.shredzone.acme4j
Methods in org.shredzone.acme4j that return JSONModifier and TypeMethodDescriptionProblem.asJSON()
Returns the problem asJSON
object, to access other fields.AcmeJsonResource.getJSON()
Returns the JSON representation of the resource data.Metadata.getJSON()
Returns the JSON representation of the metadata.Methods in org.shredzone.acme4j with parameters of type JSONModifier and TypeMethodDescriptionLogin.createChallenge
(JSON data) Creates aChallenge
instance for the given challenge data.protected void
Sets the JSON representation of the resource data.Constructors in org.shredzone.acme4j with parameters of type JSON -
Uses of JSON in org.shredzone.acme4j.challenge
Methods in org.shredzone.acme4j.challenge with parameters of type JSONConstructors in org.shredzone.acme4j.challenge with parameters of type JSONModifierConstructorDescriptionCreates a new genericChallenge
object.Dns01Challenge
(Login login, JSON data) Creates a new genericDns01Challenge
object.Http01Challenge
(Login login, JSON data) Creates a new genericHttp01Challenge
object.TlsAlpn01Challenge
(Login login, JSON data) Creates a new genericTlsAlpn01Challenge
object.TokenChallenge
(Login login, JSON data) Creates a new genericTokenChallenge
object. -
Uses of JSON in org.shredzone.acme4j.connector
Methods in org.shredzone.acme4j.connector that return JSONModifier and TypeMethodDescriptionConnection.readJsonResponse()
Reads a server response as JSON data.DefaultConnection.readJsonResponse()
-
Uses of JSON in org.shredzone.acme4j.provider
Methods in org.shredzone.acme4j.provider that return JSONModifier and TypeMethodDescriptionReturns the provider's directory.Methods in org.shredzone.acme4j.provider with parameters of type JSONModifier and TypeMethodDescriptionCreates a Challenge.AbstractAcmeProvider.createChallenge
(Login login, JSON data) Creates aChallenge
instance for the given challenge data.AcmeProvider.createChallenge
(Login login, JSON data) Creates aChallenge
instance for the given challenge data. -
Uses of JSON in org.shredzone.acme4j.toolbox
Methods in org.shredzone.acme4j.toolbox that return JSONModifier and TypeMethodDescriptionJSON.Value.asEncodedObject()
Returns the value as JSON object that was Base64 URL encoded.JSON.Value.asObject()
Returns the value as JSON object.static JSON
JSON.empty()
Returns aJSON
of an empty document.static JSON
JSON.parse
(InputStream in) Parses JSON from anInputStream
.static JSON
Parses JSON from a String.JSONBuilder.toJSON()
Returns aJSON
representation of the current state.