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

SigningConfiguration

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

The configuration of a code signing operation.

interface SigningConfiguration {
encryptionAlgorithmOptions: EncryptionAlgorithmOptions;
hashAlgorithmOptions: HashAlgorithmOptions;
}

§Properties

§
encryptionAlgorithmOptions: EncryptionAlgorithmOptions
[src]

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

§
hashAlgorithmOptions: HashAlgorithmOptions
[src]

The hash algorithm options that are available for a code signing job.