• Home
  • Raw
  • Download

Lines Matching refs:SetProtoMethod

77     SetProtoMethod(isolate, tmpl, "subject", Subject);  in GetConstructorTemplate()
78 SetProtoMethod(isolate, tmpl, "subjectAltName", SubjectAltName); in GetConstructorTemplate()
79 SetProtoMethod(isolate, tmpl, "infoAccess", InfoAccess); in GetConstructorTemplate()
80 SetProtoMethod(isolate, tmpl, "issuer", Issuer); in GetConstructorTemplate()
81 SetProtoMethod(isolate, tmpl, "validTo", ValidTo); in GetConstructorTemplate()
82 SetProtoMethod(isolate, tmpl, "validFrom", ValidFrom); in GetConstructorTemplate()
83 SetProtoMethod(isolate, tmpl, "fingerprint", Fingerprint<EVP_sha1>); in GetConstructorTemplate()
84 SetProtoMethod(isolate, tmpl, "fingerprint256", Fingerprint<EVP_sha256>); in GetConstructorTemplate()
85 SetProtoMethod(isolate, tmpl, "fingerprint512", Fingerprint<EVP_sha512>); in GetConstructorTemplate()
86 SetProtoMethod(isolate, tmpl, "keyUsage", KeyUsage); in GetConstructorTemplate()
87 SetProtoMethod(isolate, tmpl, "serialNumber", SerialNumber); in GetConstructorTemplate()
88 SetProtoMethod(isolate, tmpl, "pem", Pem); in GetConstructorTemplate()
89 SetProtoMethod(isolate, tmpl, "raw", Raw); in GetConstructorTemplate()
90 SetProtoMethod(isolate, tmpl, "publicKey", PublicKey); in GetConstructorTemplate()
91 SetProtoMethod(isolate, tmpl, "checkCA", CheckCA); in GetConstructorTemplate()
92 SetProtoMethod(isolate, tmpl, "checkHost", CheckHost); in GetConstructorTemplate()
93 SetProtoMethod(isolate, tmpl, "checkEmail", CheckEmail); in GetConstructorTemplate()
94 SetProtoMethod(isolate, tmpl, "checkIP", CheckIP); in GetConstructorTemplate()
95 SetProtoMethod(isolate, tmpl, "checkIssued", CheckIssued); in GetConstructorTemplate()
96 SetProtoMethod(isolate, tmpl, "checkPrivateKey", CheckPrivateKey); in GetConstructorTemplate()
97 SetProtoMethod(isolate, tmpl, "verify", Verify); in GetConstructorTemplate()
98 SetProtoMethod(isolate, tmpl, "toLegacy", ToLegacy); in GetConstructorTemplate()
99 SetProtoMethod(isolate, tmpl, "getIssuerCert", GetIssuerCert); in GetConstructorTemplate()