Searched refs:otherCert (Results 1 – 6 of 6) sorted by relevance
328 checkIssued(otherCert) { argument329 if (!isX509Certificate(otherCert))330 throw new ERR_INVALID_ARG_TYPE('otherCert', 'X509Certificate', otherCert);331 return this[kHandle].checkIssued(otherCert[kHandle]);
328 ASN1_TYPE *otherCert; member
24 ASN1_OPT(CMS_OtherCertificateFormat, otherCert, ASN1_ANY)
2609 ### `x509.checkIssued(otherCert)`2615 * `otherCert` {X509Certificate}2618 Checks whether this certificate was issued by the given `otherCert`.