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

KeyUsage

import type { KeyUsage } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/acmpca.ts";
interface KeyUsage {
CRLSign?: boolean | null;
DataEncipherment?: boolean | null;
DecipherOnly?: boolean | null;
DigitalSignature?: boolean | null;
EncipherOnly?: boolean | null;
KeyAgreement?: boolean | null;
KeyCertSign?: boolean | null;
KeyEncipherment?: boolean | null;
NonRepudiation?: boolean | null;
}

§Properties

§
CRLSign?: boolean | null
[src]
§
DataEncipherment?: boolean | null
[src]
§
DecipherOnly?: boolean | null
[src]
§
DigitalSignature?: boolean | null
[src]
§
EncipherOnly?: boolean | null
[src]
§
KeyAgreement?: boolean | null
[src]
§
KeyCertSign?: boolean | null
[src]
§
KeyEncipherment?: boolean | null
[src]
§
NonRepudiation?: boolean | null
[src]