Home
last modified time | relevance | path

Searched refs:createPublicKey (Results 1 – 22 of 22) sorted by relevance

/third_party/node/deps/npm/node_modules/sigstore/dist/util/
Dcrypto.js6 …tes = exports.hash = exports.verifyBlob = exports.signBlob = exports.createPublicKey = exports.gen…
32 function createPublicKey(key) { function
34 return crypto_1.default.createPublicKey(key);
37 return crypto_1.default.createPublicKey({ key, format: 'der', type: 'spki' });
40 exports.createPublicKey = createPublicKey;
Dcrypto.d.ts6 export declare function createPublicKey(key: string | Buffer): KeyLike;
/third_party/node/test/parallel/
Dtest-crypto-key-objects.js14 createPublicKey,
97 const publicKey = createPublicKey(publicPem);
98 assert.throws(() => createPublicKey(publicKey), {
106 assert.throws(() => createPrivateKey(createPublicKey(privatePem)), {
152 const publicKey = createPublicKey(publicPem);
165 const derivedPublicKey = createPublicKey(privateKey);
171 const publicKeyFromJwk = createPublicKey({ key: publicJwk, format: 'jwk' });
185 const decryptedKey = createPublicKey({
321 const key = createPublicKey(publicPem).export({
404 const key = createPublicKey(input);
[all …]
Dtest-crypto-dh-stateless.js60 const alicePublicKey = crypto.createPublicKey({
90 const bobPublicKey = crypto.createPublicKey({
186 const publicKey = crypto.createPublicKey({
Dtest-crypto-async-sign-verify.js21 let publicKey = crypto.createPublicKey(publicPem);
116 key: crypto.createPublicKey(
Dtest-crypto-sign-verify.js448 const pubKeyObj = crypto.createPublicKey(pair.public);
643 const publicKey = crypto.createPublicKey(publicPem);
676 const publicKey = crypto.createPublicKey(publicPem);
718 const publicKey = crypto.createPublicKey(publicPem);
Dtest-webcrypto-export-import-cfrg.js363 const rsaPublic = crypto.createPublicKey(
Dtest-webcrypto-export-import-rsa.js554 const ecPublic = crypto.createPublicKey(
Dtest-webcrypto-export-import-ec.js394 const rsaPublic = crypto.createPublicKey(
/third_party/node/deps/npm/node_modules/@tufjs/models/dist/utils/
Dkey.js37 const key = crypto_1.default.createPublicKey(keyInfo.keyVal);
52 key = crypto_1.default.createPublicKey(keyInfo.keyVal);
59 key = crypto_1.default.createPublicKey({
71 key = crypto_1.default.createPublicKey(keyInfo.keyVal);
78 key = crypto_1.default.createPublicKey({
/third_party/node/benchmark/crypto/
Dcreate-keyobject.js42 publicKey: crypto.createPublicKey(keyFixtures[keyType].publicKey),
50 fn = crypto.createPublicKey;
59 fn = crypto.createPublicKey;
71 fn = crypto.createPublicKey;
Doneshot-verify.js97 keyObjects ||= pems.map(crypto.createPublicKey);
/third_party/node/lib/internal/crypto/
Dcfrg.js44 createPublicKey,
212 keyObject = createPublicKey({
308 if (!createPublicKey(keyObject).equals(publicKeyObject)) {
Dec.js45 createPublicKey,
173 keyObject = createPublicKey({
Drsa.js49 createPublicKey,
213 keyObject = createPublicKey({
Dkeys.js611 function createPublicKey(key) { function
763 createPublicKey, property
/third_party/node/deps/npm/node_modules/sigstore/dist/
Dverify.js102 return util_1.crypto.createPublicKey(cert);
112 return util_1.crypto.createPublicKey(key);
/third_party/node/lib/
Dcrypto.js79 createPublicKey,
188 createPublicKey, property
/third_party/node/deps/npm/node_modules/sigstore/dist/tlog/verify/
Dset.js17 const publicKey = util_1.crypto.createPublicKey(tlog.publicKey.rawBytes);
/third_party/node/deps/npm/node_modules/sigstore/dist/x509/
Dsct.js47 const publicKey = util_1.crypto.createPublicKey(log.publicKey.rawBytes);
Dcert.js117 const key = util_1.crypto.createPublicKey(publicKey);
/third_party/node/doc/api/
Dcrypto.md1918 [`crypto.createSecretKey()`][], [`crypto.createPublicKey()`][] and
2425 `object` had been passed to [`crypto.createPublicKey()`][]. If it is an
3509 ### `crypto.createPublicKey(key)`
4630 `key` had been passed to [`crypto.createPublicKey()`][]. If it is an
4686 `key` had been passed to [`crypto.createPublicKey()`][]. If it is an
5503 passed to [`crypto.createPublicKey()`][]. If it is an object, the following
6139 [`crypto.createPublicKey()`]: #cryptocreatepublickeykey