e: Bug JDK-8153924 "MSCAPI provider does not create unique
alias names" should be fixed in 8u92, but...
Hello Dirk!
On 10.05.2016 10:47, Henselin, Dirk (A-GDTO-B4) wrote:
… I still get the same alias for all of my 3 certificates, even
though I use 8u92.
What is the build numb
selin, Dirk (A-GDTO-B4); security-dev@openjdk.java.net
Betreff: Re: Bug JDK-8153924 "MSCAPI provider does not create unique alias
names" should be fixed in 8u92, but...
Hello Dirk!
On 10.05.2016 10:47, Henselin, Dirk (A-GDTO-B4) wrote:
... I still get the same alias for all of my 3 cert
Hello Dirk!
On 10.05.2016 10:47, Henselin, Dirk (A-GDTO-B4) wrote:
… I still get the same alias for all of my 3 certificates, even though
I use 8u92.
What is the build number of JDK in use?
Could you please provide the output of `java -version`?
If it's possible, could you also try the 8u102
... I still get the same alias for all of my 3 certificates, even though I use
8u92.
Code:
KeyStore keyStore = KeyStore.getInstance("Windows-MY", "SunMSCAPI");
keyStore.load(null, null);
System.out.println(keyStore.getProvider());
List keyStoreAliases = Collections.list(keySto