Uses of Class
org.shredzone.acme4j.toolbox.JSONBuilder
Packages that use JSONBuilder
Package
Description
-
Uses of JSONBuilder in org.shredzone.acme4j.challenge
Methods in org.shredzone.acme4j.challenge with parameters of type JSONBuilderModifier and TypeMethodDescriptionprotected voidChallenge.prepareResponse(JSONBuilder response) Exports the response state, as preparation for triggering the challenge. -
Uses of JSONBuilder in org.shredzone.acme4j.connector
Methods in org.shredzone.acme4j.connector with parameters of type JSONBuilderModifier and TypeMethodDescriptionintConnection.sendSignedRequest(URL url, JSONBuilder claims, Login login) Sends a signed POST request.intConnection.sendSignedRequest(URL url, JSONBuilder claims, Session session, KeyPair keypair) Sends a signed POST request.intDefaultConnection.sendSignedRequest(URL url, JSONBuilder claims, Login login) intDefaultConnection.sendSignedRequest(URL url, JSONBuilder claims, Session session, KeyPair keypair) protected intDefaultConnection.sendSignedRequest(URL url, JSONBuilder claims, Session session, KeyPair keypair, URL accountLocation, String accept) Sends a signed POST request. -
Uses of JSONBuilder in org.shredzone.acme4j.toolbox
Methods in org.shredzone.acme4j.toolbox that return JSONBuilderModifier and TypeMethodDescriptionJSONBuilder.array(String key, Collection<?> values) Puts an array.static JSONBuilderJoseUtils.createJoseRequest(URL url, KeyPair keypair, JSONBuilder payload, String nonce, String kid) Creates an ACME JOSE request.Creates an object for the given key.Puts a property.Puts aDurationto the JSON.Puts anInstantto the JSON.Puts binary data to the JSON.Puts aKeyinto the claim.Methods in org.shredzone.acme4j.toolbox with parameters of type JSONBuilderModifier and TypeMethodDescriptionstatic JSONBuilderJoseUtils.createJoseRequest(URL url, KeyPair keypair, JSONBuilder payload, String nonce, String kid) Creates an ACME JOSE request.