SongGuess
    Preparing search index...

    Interface CryptoKeyArbitraryKeyAlgorithm

    interface CryptoKeyArbitraryKeyAlgorithm {
        hash?: CryptoKeyKeyAlgorithm;
        length?: number;
        name: string;
        namedCurve?: string;
    }
    Index

    Properties

    length?: number
    name: string
    namedCurve?: string