interface HkdfParams {
    hash: AlgorithmIdentifier;
    info: BufferSource;
    name: string;
    salt: BufferSource;
}

Hierarchy (View Summary)

Properties

Properties

name: string