AmqpsProvisioningSymmetricKeySaslHandler.handleChallenge(byte[] saslChallenge) 方法
定义
Handles the three expected challenges from the service that happen in Sasl negotiation
public byte [] handleChallenge(byte[] saslChallenge)
参数
- saslChallenge
- byte []
The bytes from the Sasl challenge received from the service
返回
byte []
the payload of the challenge response to the given challenge
- 替代