Uses of Class
org.shredzone.acme4j.toolbox.JSONBuilder
Package
Description
-
Uses of JSONBuilder in org.shredzone.acme4j.challenge
Modifier 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
Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionstatic JSONBuilder
JoseUtils.createJoseRequest
(URL url, KeyPair keypair, JSONBuilder payload, String nonce, String kid) Creates an ACME JOSE request.