Lines Matching refs:kHandle
57 kHandle,
102 this[kHandle] = handle;
119 this[kHandle] = parseX509(buffer);
147 const handle = this[kHandle];
155 this[kHandle] = handle;
161 value = this[kHandle].subject();
170 value = this[kHandle].subjectAltName();
179 value = this[kHandle].issuer();
188 const cert = this[kHandle].getIssuerCert();
190 value = new InternalX509Certificate(this[kHandle].getIssuerCert());
199 value = this[kHandle].infoAccess();
208 value = this[kHandle].validFrom();
217 value = this[kHandle].validTo();
226 value = this[kHandle].fingerprint();
235 value = this[kHandle].fingerprint256();
244 value = this[kHandle].fingerprint512();
253 value = this[kHandle].keyUsage();
262 value = this[kHandle].serialNumber();
271 value = this[kHandle].raw();
280 value = new PublicKeyObject(this[kHandle].publicKey());
289 value = this[kHandle].pem();
302 value = this[kHandle].checkCA();
310 return this[kHandle].checkHost(name, getFlags(options));
315 return this[kHandle].checkEmail(email, getFlags(options));
325 return this[kHandle].checkIP(ip, getFlags(options));
331 return this[kHandle].checkIssued(otherCert[kHandle]);
339 return this[kHandle].checkPrivateKey(pkey[kHandle]);
347 return this[kHandle].verify(pkey[kHandle]);
355 return lazyTranslatePeerCertificate(this[kHandle].toLegacy());