Skip to main content

Documentation Index

Fetch the complete documentation index at: https://projectdiscovery.sec-lab.cn/llms.txt

Use this file to discover all available pages before exploring further.

接口: IKENonce

ikev2.IKENonce IKENonce 是 IKEv2 Nonce 有效载荷 这实现了 IKEPayload 接口 示例
const ikev2 = require('nuclei/ikev2');
const nonce = new ikev2.IKENonce();
nonce.NonceData = [1, 2, 3];

目录

属性

属性

NonceData

Optional NonceData: Uint8Array

定义于

ikev2.ts:103