Interface: IKENonce
ikev2.IKENonce IKENonce is the IKEv2 Nonce payload this implements the IKEPayload interfaceExample
Table of contents
Properties
Properties
NonceData
•Optional NonceData: Uint8Array
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Example
const ikev2 = require('nuclei/ikev2');
const nonce = new ikev2.IKENonce();
nonce.NonceData = [1, 2, 3];
Optional NonceData: Uint8Array
Was this page helpful?