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.
RSA オブジェクトを呼び出した場合、同じ RSA オブジェクトで呼び出された (公開鍵のサイズ) のRSA_size()戻り値よりも小さい値を取得するのはなぜですか?i2d_RSAPublicKey
RSA_size()
i2d_RSAPublicKey
i2d_RSAPublicKey公開指数と DER 要素を含む、鍵の PKCS#1 エンコード バージョンを提供するためです。
RSA_size()純粋なモジュラスのバイト単位のサイズを提供します(これは、そのキーのエンコードされていない署名または暗号文のサイズでもあります)。