Uses of Class
org.shredzone.acme4j.toolbox.JSONBuilder
Package
Description
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.
Internal toolbox.
-
Uses of JSONBuilder in org.shredzone.acme4j.challenge
Modifier and TypeMethodDescriptionprotected void
Challenge.prepareResponse
(JSONBuilder response) Prepares the response message 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.