Uses of Class
org.shredzone.acme4j.Session
Packages that use Session
Package
Description
-
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.protected int
DefaultConnection.sendRequest
(URL url, Session session, String accept, ZonedDateTime ifModifiedSince) Sends an unsigned GET request.int
DefaultConnection.sendRequest
(URL url, Session session, ZonedDateTime ifModifiedSince) 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