Verwendungen von Klasse
org.shredzone.acme4j.toolbox.JSON
Packages, die JSON verwenden
Package
Beschreibung
acme4j is a Java client for the ACME protocol.
This package contains all standard challenges, as well as base classes for challenges
that are proprietary to a CA.
This package contains internal classes for connection to the CA, and for handling the
requests and responses.
Acme Providers are the link between acme4j and the ACME server.
Internal toolbox.
-
Verwendungen von JSON in org.shredzone.acme4j
Methoden in org.shredzone.acme4j, die JSON zurückgebenModifizierer und TypMethodeBeschreibungProblem.asJSON()
Returns the problem asJSON
object, to access other, non-standard fields.AcmeJsonResource.getJSON()
Returns the JSON representation of the resource data.Metadata.getJSON()
Returns the JSON representation of the metadata.Methoden in org.shredzone.acme4j mit Parametern vom Typ JSONModifizierer und TypMethodeBeschreibungLogin.createChallenge
(JSON data) Creates aChallenge
instance for the given challenge data.protected void
Sets the JSON representation of the resource data.Konstruktoren in org.shredzone.acme4j mit Parametern vom Typ JSON -
Verwendungen von JSON in org.shredzone.acme4j.challenge
Methoden in org.shredzone.acme4j.challenge mit Parametern vom Typ JSONKonstruktoren in org.shredzone.acme4j.challenge mit Parametern vom Typ JSONModifiziererKonstruktorBeschreibungCreates 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. -
Verwendungen von JSON in org.shredzone.acme4j.connector
Methoden in org.shredzone.acme4j.connector, die JSON zurückgebenModifizierer und TypMethodeBeschreibungConnection.readJsonResponse()
Reads a server response as JSON object.DefaultConnection.readJsonResponse()
-
Verwendungen von JSON in org.shredzone.acme4j.provider
Methoden in org.shredzone.acme4j.provider, die JSON zurückgebenModifizierer und TypMethodeBeschreibungReturns the provider's directory.Methoden in org.shredzone.acme4j.provider mit Parametern vom Typ JSONModifizierer und TypMethodeBeschreibungCreates 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. -
Verwendungen von JSON in org.shredzone.acme4j.toolbox
Methoden in org.shredzone.acme4j.toolbox, die JSON zurückgebenModifizierer und TypMethodeBeschreibungJSON.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
Creates a JSON object from a map.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.