aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/webcrypto/RsaHashedKeyGenParams.idl
blob: eed495d55662166284dd70ca6cef35f478d0fa7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*
 * Copyright (C) 2016 Apple Inc. All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 * 1. Redistributions of source code must retain the above copyright
 *     notice, this list of conditions and the following disclaimer.
 * 2. Redistributions in binary form must reproduce the above copyright
 *    notice, this list of conditions and the following disclaimer in the
 *    documentation and/or other materials provided with the distribution.
 *
 * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
 * THE POSSIBILITY OF SUCH DAMAGE.
 */

typedef (object or DOMString) HashAlgorithmIdentifier;

[
    Conditional=WEB_CRYPTO,
    ImplementedAs=CryptoAlgorithmRsaHashedKeyGenParams
] dictionary RsaHashedKeyGenParams : RsaKeyGenParams {
    // The hash algorithm to use
    required HashAlgorithmIdentifier hash;
};
n create react' (#5248)Gravatar Colin McDonnell 1-0/+22 2023-09-13docs(runtime): fix jsx FragmentFactory output example (#5243)Gravatar Zong 1-1/+1 2023-09-13file.exists() needs to be awaited to get the value (#5061)Gravatar amt8u 1-1/+1 2023-09-13Update discordjs.md (#5227)Gravatar Antonin CLAUZIER 1-1/+1 2023-09-13decode regex if needed (#5167)Gravatar Dylan Conway 5-126/+167 2023-09-13Correct the configuration file names. (#5234)Gravatar Nathan Hammond 2-2/+2 2023-09-12Update tsconfig.json for bun initGravatar Colin McDonnell 1-1/+1 2023-09-12js/node/stream.js: call write() callback when encoding is not provided (#4841)Gravatar cfal 2-3/+7 2023-09-12docs: Made bun-types install as dev dependency in example (#5120)Gravatar Gordon Goldbach 1-1/+1 2023-09-12Various docs (#5201)Gravatar Colin McDonnell 4-4/+147 2023-09-12Use git's --global flag for lockfile diffs instead of manually modifying conf...Gravatar Southpaw 1-17/+7 2023-09-12docs: fix typo in import.meta.resolve (#5146)Gravatar Jonathan Neal 1-1/+1 2023-09-12Update hot.md (#4990)Gravatar Nazeel 1-1/+1 2023-09-12Update simple.md (#4997)Gravatar Tom Redman 1-1/+1 2023-09-12fix typo and grammar errors (#5046)Gravatar xnacly 1-3/+3 2023-09-12clang and llvm on arch install v16, update to use v15 (#5069)Gravatar mi4uu 1-1/+10 2023-09-12Add missing full stop on nodejs-apis.md (#5072)Gravatar Diogo Goncalves 1-5/+5 2023-09-12udate README.md (#5127)Gravatar Toby 1-1/+1 2023-09-12docs: fix typos (#5151)Gravatar Samuel Rigaud 17-18/+18 2023-09-12fix lifecycle docu (#5159)Gravatar Thomas Rupprecht 1-4/+4 2023-09-12Clean up Modules docGravatar Colin McDonnell 1-66/+73