< prev index next >

src/java.base/share/classes/com/sun/crypto/provider/JceKeyStore.java

Print this page

        

*** 709,719 **** if (xVersion == VERSION_1) { cf = CertificateFactory.getInstance("X509"); } else { // version 2 ! cfs = new Hashtable<String, CertificateFactory>(3); } entries.clear(); int count = dis.readInt(); --- 709,719 ---- if (xVersion == VERSION_1) { cf = CertificateFactory.getInstance("X509"); } else { // version 2 ! cfs = new Hashtable<>(3); } entries.clear(); int count = dis.readInt();
< prev index next >