Typescript Library Declarations (DOM)

    Interface Algorithm

    interface Algorithm {
        name: string;
    }
    Hierarchy
    • Algorithm (View Summary)
      • AesCbcParams
      • AesCtrParams
      • AesDerivedKeyParams
      • AesGcmParams
      • AesKeyGenParams
      • EcdhKeyDeriveParams
      • EcdsaParams
      • EcKeyGenParams
      • EcKeyImportParams
      • HkdfParams
      • HmacImportParams
      • HmacKeyGenParams
      • Pbkdf2Params
      • RsaHashedImportParams
      • RsaKeyGenParams
      • RsaOaepParams
      • RsaPssParams
    Index

    Properties

    name

    Properties

    name

    name: string

    Settings

    Member Visibility

    On This Page

    Properties
    name
    Typescript Library Declarations (DOM)