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 void
Challenge.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 TypeMethodDescriptionint
Connection.sendSignedRequest
(URL url, JSONBuilder claims, Login login) Sends a signed POST request.int
Connection.sendSignedRequest
(URL url, JSONBuilder claims, Session session, KeyPair keypair) Sends a signed POST request.int
DefaultConnection.sendSignedRequest
(URL url, JSONBuilder claims, Login login) int
DefaultConnection.sendSignedRequest
(URL url, JSONBuilder claims, Session session, KeyPair keypair) protected int
DefaultConnection.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 JSONBuilder
JoseUtils.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 aDuration
to the JSON.Puts anInstant
to the JSON.Puts binary data to the JSON.Puts aKey
into the claim.Methods in org.shredzone.acme4j.toolbox with parameters of type JSONBuilderModifier and TypeMethodDescriptionstatic JSONBuilder
JoseUtils.createJoseRequest
(URL url, KeyPair keypair, JSONBuilder payload, String nonce, String kid) Creates an ACME JOSE request.