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

RsaPublicKeyInfo

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

Information of a RSA public key.

interface RsaPublicKeyInfo {
keySize?: number;
}

§Properties

§
keySize?: number
[src]

Key size in bits (size of the modulus).