Home
last modified time | relevance | path

Searched refs:tlogEntry (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/npm/node_modules/sigstore/dist/tlog/verify/
Dbody.js51 function verifyDSSETLogBody(tlogEntry, content) { argument
56 switch (tlogEntry.apiVersion) {
58 verifyDSSE001TLogBody(tlogEntry, dsse);
61 … throw new error_1.VerificationError(`unsupported dsse version: ${tlogEntry.apiVersion}`);
65 function verifyIntotoTLogBody(tlogEntry, content) { argument
70 switch (tlogEntry.apiVersion) {
72 verifyIntoto002TLogBody(tlogEntry, dsse);
75 … throw new error_1.VerificationError(`unsupported intoto version: ${tlogEntry.apiVersion}`);
79 function verifyHashedRekordTLogBody(tlogEntry, content) { argument
84 switch (tlogEntry.apiVersion) {
[all …]
/third_party/node/deps/npm/node_modules/sigstore/dist/types/sigstore/
Dindex.js63 function toDSSEBundle({ envelope, signature, tlogEntry, timestamp, }) { property
69 tlogEntry, property
75 function toMessageSignatureBundle({ digest, signature, tlogEntry, timestamp, }) { property
90 tlogEntry, property
134 function toVerificationMaterial({ signature, tlogEntry, timestamp, }) { property
139 tlogEntries: tlogEntry ? [toTransparencyLogEntry(tlogEntry)] : [],
Dindex.d.ts31 export declare function toDSSEBundle({ envelope, signature, tlogEntry, timestamp, }: {
34 tlogEntry?: Entry;
37 export declare function toMessageSignatureBundle({ digest, signature, tlogEntry, timestamp, }: {
40 tlogEntry?: Entry;
/third_party/node/deps/npm/node_modules/libnpmpublish/lib/
Dpublish.js171 const tlogEntry = provenanceBundle?.verificationMaterial?.tlogEntries[0]
173 if (tlogEntry) {
174 transparencyLogUrl = `${TLOG_BASE_URL}?logIndex=${tlogEntry.logIndex}`
/third_party/node/deps/npm/node_modules/sigstore/dist/
Dsign.js51 tlogEntry: entry, property
79 tlogEntry: entry, property
Dsigstore-utils.js76 tlogEntry: entry, property