Class ScramFinalServerMessage

java.lang.Object
org.wildfly.security.mechanism.scram.ScramFinalServerMessage

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

    • 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.