MCPcopy Index your code
hub / github.com/nodejs/node / subjectAltName

Method subjectAltName

lib/internal/crypto/x509.js:173–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

171 }
172
173 get subjectAltName() {
174 let value = this[kInternalState].get('subjectAltName');
175 if (value === undefined) {
176 value = this[kHandle].subjectAltName();
177 this[kInternalState].set('subjectAltName', value);
178 }
179 return value;
180 }
181
182 get issuer() {
183 let value = this[kInternalState].get('issuer');

Callers

nothing calls this directly

Calls 2

getMethod · 0.65
setMethod · 0.45

Tested by

no test coverage detected