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 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.protected intDefaultConnection.sendRequest(URL url, Session session, String accept, ZonedDateTime ifModifiedSince) Sends an unsigned GET request.intDefaultConnection.sendRequest(URL url, Session session, ZonedDateTime ifModifiedSince) intConnection.sendSignedRequest(URL url, JSONBuilder claims, Session session, KeyPair keypair) Sends a signed POST request.intDefaultConnection.sendSignedRequest(URL url, JSONBuilder claims, Session session, KeyPair keypair) protected intDefaultConnection.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