Class ScramFinalServerMessage
- java.lang.Object
-
- org.wildfly.security.mechanism.scram.ScramFinalServerMessage
-
public final class ScramFinalServerMessage extends Object
- Author:
- David M. Lloyd
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]messageBytesprivate byte[]serverSignature
-
Constructor Summary
Constructors Constructor Description ScramFinalServerMessage(byte[] serverSignature, byte[] messageBytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getMessageBytes()(package private) byte[]getRawMessageBytes()(package private) byte[]getRawServerSignature()byte[]getServerSignature()
-