ProtonSaslMechanism.getChallengeResponse

Create a response based on a given challenge from the remote peer.

@param challenge the challenge that this Mechanism should response to.

@return the response that answers the given challenge. @throws SaslException if an error occurs computing the response.

interface ProtonSaslMechanism
byte[]
getChallengeResponse
(
byte[] challenge
)

Meta