JDK 26 |
---|
26 b10Fixed |
CSR :
|
|
Causes :
|
|
Causes :
|
|
Duplicate :
|
|
Duplicate :
|
|
Duplicate :
|
|
Duplicate :
|
|
Duplicate :
|
JDK-8363967 :
|
|
JDK-8364529 :
|
|
JDK-8364530 :
|
SunX509 key manager should support the same certificate checks that are supported by PKIX key manager. Effectively there should be only 2 differences between 2 key managers: - PKIX supports multiple key stores through KeyStore.Builder interface while SunX509 supports only a single keystore. - SunX509 caches its whole key store on initialization thus improving performance. This means that subsequent modifications of the KeyStore have no effect on SunX509 KM, unlike PKIX .
|