Home
last modified time | relevance | path

Searched refs:tbsCertificateObj (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/sigstore/dist/x509/
Dcert.js40 return this.tbsCertificateObj;
196 get tbsCertificateObj() { getter in x509Certificate
213 return this.tbsCertificateObj.subs[0];
218 return this.tbsCertificateObj.subs[3];
223 return this.tbsCertificateObj.subs[4];
228 return this.tbsCertificateObj.subs[5];
233 return this.tbsCertificateObj.subs[6];
239 return this.tbsCertificateObj.subs.find((sub) => sub.tag.isContextSpecific(0x03));
Dcert.d.ts38 private get tbsCertificateObj();