Class Login

java.lang.Object
org.shredzone.acme4j.Login

public class Login extends Object
A Login is a Session that is connected to an Account at the ACME server. It contains the account's KeyPair and the URL of the account.

Note that Login objects are not serializable, as they contain a keypair and volatile data.