Class Session


  • public class Session
    extends Object
    This class holds the current (long time/session | active/inactive/stale) Agreements between two nodes.
    • Method Detail

      • getLastKeyExchangeAt

        public long getLastKeyExchangeAt()
      • setLastKeyExchangeAt

        public void setLastKeyExchangeAt​(long lastKeyExchangeAt)
      • getLastRenewAttemptAt

        public long getLastRenewAttemptAt()
      • setLastRenewAttemptAt

        public void setLastRenewAttemptAt​(long lastRenewAttemptAt)
      • getLongTimeAgreement

        public Agreement getLongTimeAgreement()