IKEMessage
.AppendPayload(payload)
.Encode()
⇒ Uint8Array
ikev2
IKEMessage
.AppendPayload(payload)
.Encode()
⇒ Uint8Array
IKEMessage
Param | Type | Description |
---|---|---|
payload | object | The payload to append to the IKE message. |
Uint8Array
IKEMessage
Uint8Array
- - The encoded IKE message.error
- The error encountered during encoding.