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

EncryptionAlgorithmOptions

import type { EncryptionAlgorithmOptions } from "https://aws-api.deno.dev/v0.3/services/signer.ts?docs=full";

The encryption algorithm options that are available to a code signing job.

interface EncryptionAlgorithmOptions {
allowedValues: EncryptionAlgorithm[];
defaultValue: EncryptionAlgorithm;
}

§Properties

§
allowedValues: EncryptionAlgorithm[]
[src]

The set of accepted encryption algorithms that are allowed in a code signing job.

§

The default encryption algorithm that is used by a code signing job.