Interface HkdfParams

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

    Properties

    Properties

    name: string