Class ScramSession.ServerFirstProcessor

    • Method Detail

      • getSalt

        public java.lang.String getSalt()
      • getIteration

        public int getIteration()
      • clientFinalProcessor

        public ScramSession.ClientFinalProcessor clientFinalProcessor​(java.lang.String password)
                                                               throws java.lang.IllegalArgumentException
        Generates a ScramSession.ClientFinalProcessor, that allows to generate the client-final-message and also receive and parse the server-first-message. It is based on the user's password.
        Parameters:
        password - The user's password
        Returns:
        The handler
        Throws:
        java.lang.IllegalArgumentException - If the message is null or empty