()
| 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'); |