Class ScramSessionCache


  • public class ScramSessionCache
    extends Object
    Thread-safe cache for SCRAM reauthentication data (RFC 7804 ยง5.1). Keyed by (host, port, realm). Stores derived keys (NOT SaltedPassword).
    • Constructor Detail

      • ScramSessionCache

        public ScramSessionCache()
      • ScramSessionCache

        public ScramSessionCache​(int maxEntries)