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

DsaPublicKeyInfo

import type { DsaPublicKeyInfo } from "https://googleapis.deno.dev/v1/cloudidentity:v1.ts";

Information of a DSA public key.

interface DsaPublicKeyInfo {
keySize?: number;
}

§Properties

§
keySize?: number
[src]

Key size in bits (size of parameter P).