Interface Pbkdf2Params

    interface Pbkdf2Params {
        hash: AlgorithmIdentifier;
        iterations: number;
        name: string;
        salt: BufferSource;
    }
    Hierarchy

    Properties

    iterations: number
    name: string