Pbkdf2Params

interface Pbkdf2Params extends Algorithm {
hash: HashAlgorithmIdentifier;
iterations: number;
salt: BufferSource;
}

§Extends

§
Algorithm
[src]

§Properties

§
hash: HashAlgorithmIdentifier
[src]
§
iterations: number
[src]
§
salt: BufferSource
[src]