AmqpsProvisioningSymmetricKeySaslHandler.getInitPayload(String chosenMechanism) 方法
定义
Builds the init payload out of the saved idScope, registrationId, and endorsementKey
public byte [] getInitPayload(String chosenMechanism)
参数
- chosenMechanism
- String
The sasl mechanism chosen to be used when doing Sasl negotiation with the service
返回
byte []
the payload of the init message to be sent to the service
- 替代