Interface SubtleCryptoImportKeyAlgorithm

interface SubtleCryptoImportKeyAlgorithm {
    compressed?: boolean;
    hash?: string | SubtleCryptoHashAlgorithm;
    length?: number;
    name: string;
    namedCurve?: string;
}

Properties

compressed?: boolean
length?: number
name: string
namedCurve?: string