Class ScramSessionFactory

    • Field Detail

      • DEFAULT_NONCE_LENGTH

        public static final int DEFAULT_NONCE_LENGTH
        Default nonce byte length
        See Also:
        Constant Field Values
    • Method Detail

      • start

        public ScramSession start​(String user)
        Instantiates a ScramSession for the specified user with this factory's selected mechanism and algorithmic features.
        Parameters:
        user - The username of the authentication exchange
        Returns:
        The ScramSession instance