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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getMessageBytes()Returns a copy of the final server message in form of byte array.byte[]getServerSignature()Returns a copy of the server signature sent to the client in form of the byte array.
-
-
-
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.
-
-