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 SessionAcmeResource.getSession()Gets theSessionthis resource is bound with.Login.getSession()Gets theSessionthat 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 voidCertificate.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 TypeMethodDescriptionvoidConnection.resetNonce(Session session) Resets the session nonce, by fetching a new one.voidDefaultConnection.resetNonce(Session session) intConnection.sendRequest(URL url, Session session, ZonedDateTime ifModifiedSince) Sends a simple GET request.intDefaultConnection.sendRequest(URL url, Session session, ZonedDateTime ifModifiedSince) protected voidDefaultConnection.sendRequest(Session session, URL url, Consumer<HttpRequest.Builder> body) Sends a HTTP request via http client.intConnection.sendSignedRequest(URL url, JSONBuilder claims, Session session, RequestSigner signer) Sends a signed POST request.protected intDefaultConnection.sendSignedRequest(URL url, JSONBuilder claims, Session session, String accept, RequestSigner signer) Sends a signed POST request.intDefaultConnection.sendSignedRequest(URL url, JSONBuilder claims, Session session, RequestSigner signer) -
Uses of Session in org.shredzone.acme4j.provider
Methods in org.shredzone.acme4j.provider with parameters of type Session