SongGuess
    Preparing search index...

    Interface SubtleCryptoImportKeyAlgorithm

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

    Properties

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