Class ScramFinalServerMessage


  • public final class ScramFinalServerMessage
    extends Object
    Final server message for the SCRAM authentication.
    Author:
    David M. Lloyd
    • Method Detail

      • getServerSignature

        public byte[] getServerSignature()
        Returns a copy of the server signature sent to the client in form of the byte array.
        Returns:
        a copy of the server signature sent to the client in form of the byte array.
      • getMessageBytes

        public byte[] getMessageBytes()
        Returns a copy of the final server message in form of byte array.
        Returns:
        a copy of the final server message in form of byte array.