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 asJSONobject, 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 aChallengeinstance for the given challenge data.protected voidSets 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 genericChallengeobject.Dns01Challenge(Login login, JSON data) Creates a new genericDns01Challengeobject.Http01Challenge(Login login, JSON data) Creates a new genericHttp01Challengeobject.TlsAlpn01Challenge(Login login, JSON data) Creates a new genericTlsAlpn01Challengeobject.TokenChallenge(Login login, JSON data) Creates a new genericTokenChallengeobject. -
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 aChallengeinstance for the given challenge data.AcmeProvider.createChallenge(Login login, JSON data) Creates aChallengeinstance 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 JSONJSON.empty()Returns aJSONof an empty document.static JSONJSON.parse(InputStream in) Parses JSON from anInputStream.static JSONParses JSON from a String.JSONBuilder.toJSON()Returns aJSONrepresentation of the current state.