def test_type_is_signed(self):
"""
L{PKCS7Type.type_is_signed} returns C{True} if the PKCS7 object is of
the type I{signed}.
"""
pkcs7 = load_pkcs7_data(FILETYPE_PEM, pkcs7Data)
self.assertTrue(pkcs7.type_is_signed())
评论列表
文章目录