def test_type(self):
"""
L{X509Extension} and L{X509ExtensionType} refer to the same type object
and can be used to create instances of that type.
"""
self.assertIdentical(X509Extension, X509ExtensionType)
self.assertConsistentType(
X509Extension, 'X509Extension', 'basicConstraints', True, 'CA:true')
评论列表
文章目录