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.
Windows証明書ストアに保存されている1つの証明書(秘密鍵と公開鍵を取得)を読み取るJavaプログラムを作成することは可能ですか?
ありがとう
Java 6を使用している場合は、MSCAPIキーストアを使用して読み取ることができます。このようにキーストアを開くだけです。
KeyStore msCertStore = KeyStore.getInstance("Windows-MY", "SunMSCAPI");