Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

VpnTunnelPhase1Algorithms

import type { VpnTunnelPhase1Algorithms } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface VpnTunnelPhase1Algorithms {
dh?: string[];
encryption?: string[];
integrity?: string[];
prf?: string[];
}

§Properties

§
dh?: string[]
[src]
§
encryption?: string[]
[src]
§
integrity?: string[]
[src]
§
prf?: string[]
[src]