Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
M2Crypto SMIME オブジェクトには、PEM 形式の PKCS#7 ファイルから自身をロードするメソッドがあります。
smime_object = SMIME.load_pkcs7('file.pem')
DER 形式の PKCS#7 ファイルからロードする方法が見当たりません。これはどのように行うことができますか?