Interface RsaHashedImportParams

    interface RsaHashedImportParams {
        hash: AlgorithmIdentifier;
        name: string;
    }
    Hierarchy

    Properties

    Properties

    name: string