Uses of Class
org.shredzone.acme4j.Session
Packages that use Session
Package
Description
acme4j is a Java client for the ACME protocol.
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.
-
Uses of Session in org.shredzone.acme4j
Methods in org.shredzone.acme4j that return SessionModifier and TypeMethodDescriptionprotected Session
AcmeResource.getSession()
Gets theSession
this resource is bound with.Login.getSession()
Gets theSession
that is used.Methods in org.shredzone.acme4j with parameters of type SessionModifier and TypeMethodDescriptionCreates a new account.AccountBuilder.createLogin
(Session session) Creates a new account.static void
Certificate.revoke
(Session session, KeyPair domainKeyPair, X509Certificate cert, RevocationReason reason) Revoke a certificate.Constructors in org.shredzone.acme4j with parameters of type Session -
Uses of Session in org.shredzone.acme4j.connector
Methods in org.shredzone.acme4j.connector with parameters of type SessionModifier and TypeMethodDescriptionvoid
Connection.resetNonce
(Session session) Resets the session nonce, by fetching a new one.void
DefaultConnection.resetNonce
(Session session) int
Connection.sendRequest
(URL url, Session session, ZonedDateTime ifModifiedSince) Sends a simple GET request.int
DefaultConnection.sendRequest
(URL url, Session session, ZonedDateTime ifModifiedSince) protected void
DefaultConnection.sendRequest
(Session session, URL url, Consumer<HttpRequest.Builder> body) Sends a HTTP request via http client.int
Connection.sendSignedRequest
(URL url, JSONBuilder claims, Session session, KeyPair keypair) Sends a signed POST request.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 Session in org.shredzone.acme4j.provider
Methods in org.shredzone.acme4j.provider with parameters of type Session