我们从Python开源项目中,提取了以下6个代码示例,用于说明如何使用OpenSSL.crypto.PKCS12Type()。
def test_type(self): """ L{PKCS12Type} is a type object. """ self.assertIdentical(PKCS12, PKCS12Type) self.assertConsistentType(PKCS12, 'PKCS12')
def test_type(self): """ `PKCS12Type` is a type object. """ assert PKCS12 is PKCS12Type assert is_consistent_type(PKCS12, 'PKCS12')
def test_type(self): """ L{PKCS12Type} is a type object. """ self.assertIdentical(PKCS12, 'PKCS12')
def test_type(self): """ :py:obj:`PKCS12Type` is a type object. """ self.assertIdentical(PKCS12, 'PKCS12')
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。