Class ScramFinalServerMessage
java.lang.Object
org.wildfly.security.mechanism.scram.ScramFinalServerMessage
Final server message for the SCRAM authentication.
- Author:
- David M. Lloyd
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]Returns a copy of the final server message in form of byte array.byte[]Returns a copy of the server signature sent to the client in form of the byte array.
-
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.
-