Home
last modified time | relevance | path

Searched refs:toDSSEBundle (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/npm/node_modules/@sigstore/bundle/dist/
H A Dbuild.js3 exports.toDSSEBundle = exports.toMessageSignatureBundle = void 0;
40 function toDSSEBundle(options) { function
50 exports.toDSSEBundle = toDSSEBundle;
H A Dindex.js3 exports.isBundleV01 = exports.assertBundleV02 = exports.assertBundleV01 = exports.assertBundleLatest = exports.assertBundle = exports.envelopeToJSON = exports.envelopeFromJSON = exports.bundleToJSON = exports.bundleFromJSON = exports.ValidationError = exports.isBundleWithPublicKey = exports.isBundleWithMessageSignature = exports.isBundleWithDsseEnvelope = exports.isBundleWithCertificateChain = exports.BUNDLE_V03_MEDIA_TYPE = exports.BUNDLE_V02_MEDIA_TYPE = exports.BUNDLE_V01_MEDIA_TYPE = exports.toMessageSignatureBundle = exports.toDSSEBundle = void 0;
20 Object.defineProperty(exports, "toDSSEBundle", { enumerable: true, get: function () { return build_1.toDSSEBundle; } });
/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/bundler/
H A Dbundle.js26 exports.toDSSEBundle = exports.toMessageSignatureBundle = void 0;
59 function toDSSEBundle(artifact, signature) { function
60 return sigstore.toDSSEBundle({
70 exports.toDSSEBundle = toDSSEBundle;
H A Ddsse.js35 return (0, bundle_1.toDSSEBundle)(artifactDefaults(artifact), signature);

Completed in 2 milliseconds