public class ScramSession.ClientFinalProcessor extends Object
ScramSession.ServerFirstProcessor.clientFinalProcessor(String)
or ScramSession.ServerFirstProcessor.clientFinalProcessor(byte[], byte[])
.Modifier and Type | Method and Description |
---|---|
String |
clientFinalMessage()
Generates the SCRAM representation of the client-final-message.
|
void |
receiveServerFinalMessage(String serverFinalMessage)
Receive and process the server-final-message.
|
public String clientFinalMessage()
public void receiveServerFinalMessage(String serverFinalMessage) throws ScramParseException, ScramServerErrorException, ScramInvalidServerSignatureException, IllegalArgumentException
serverFinalMessage
- The received server-final-messageScramParseException
- If the message is not a valid server-final-messageScramServerErrorException
- If the server-final-message contained an errorIllegalArgumentException
- If the message is null or emptyScramInvalidServerSignatureException
Copyright © 2019–2023. All rights reserved.