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.
公開鍵を使用してデジタル署名を適用し、iTextを使用してPDFの秘密鍵を介して署名を検証することは可能ですか?
署名は秘密鍵を使用して行われ、検証は公開鍵を使用して行われます。通常、反対のスキームは暗号化を構成します (公開鍵を使用してデータを暗号化し、秘密鍵を使用して復号化します)。