MCPcopy Create free account
hub / github.com/apache/httpd / get_cn

Method get_cn

test/modules/md/md_cert_util.py:131–132  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

129 return self._parse_tsp(tsp)
130
131 def get_cn(self):
132 return self.cert.get_subject().CN
133
134 def get_key_length(self):
135 return self.cert.get_pubkey().bits()

Callers 1

test_md_702_005Method · 0.95

Calls

no outgoing calls

Tested by 1

test_md_702_005Method · 0.76