Home
last modified time | relevance | path

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

/third_party/node/lib/internal/crypto/
Dx509.js97 class InternalX509Certificate extends JSTransferable { class
190 value = new InternalX509Certificate(this[kHandle].getIssuerCert());
359 InternalX509Certificate.prototype.constructor = X509Certificate;
361 InternalX509Certificate.prototype,
366 InternalX509Certificate, property
/third_party/node/lib/
D_tls_wrap.js102 InternalX509Certificate,
1131 return cert ? new InternalX509Certificate(cert) : undefined;
1136 return cert ? new InternalX509Certificate(cert) : undefined;