def get_name(self):
     # type: () -> str
     """
     Get the extension name, for example 'subjectAltName'.
     """
     return util.py3str(m2.x509_extension_get_name(self.x509_ext))
Example #2
0
 def get_name(self):
     # type: () -> str
     """
     Get the extension name, for example 'subjectAltName'.
     """
     return six.ensure_text(m2.x509_extension_get_name(self.x509_ext))
Example #3
0
 def get_name(self):
     # type: () -> str
     """
     Get the extension name, for example 'subjectAltName'.
     """
     return six.ensure_text(m2.x509_extension_get_name(self.x509_ext))
Example #4
0
 def get_name(self):
     """
     Get the extension name, for example 'subjectAltName'.
     """
     return m2.x509_extension_get_name(self.x509_ext)
Example #5
0
 def get_name(self):
     """
     Get the extension name, for example 'subjectAltName'.
     """
     return m2.x509_extension_get_name(self.x509_ext)