< prev index next >

src/java.base/share/classes/sun/security/provider/SunEntries.java

Print this page
rev 55964 : 8162628: Migrate cacerts keystore from JKS

*** 251,270 **** /* * KeyStore */ add(p, "KeyStore", "PKCS12", ! "sun.security.pkcs12.PKCS12KeyStore$DualFormatPKCS12", null, null); add(p, "KeyStore", "JKS", ! "sun.security.provider.JavaKeyStore$DualFormatJKS", null, attrs); add(p, "KeyStore", "CaseExactJKS", "sun.security.provider.JavaKeyStore$CaseExactJKS", null, attrs); add(p, "KeyStore", "DKS", "sun.security.provider.DomainKeyStore$DKS", null, attrs); /* * CertStores */ --- 251,272 ---- /* * KeyStore */ add(p, "KeyStore", "PKCS12", ! "sun.security.pkcs12.PKCS12KeyStore$MultipleFormatPKCS12", null, null); add(p, "KeyStore", "JKS", ! "sun.security.provider.JavaKeyStore$MultipleFormatJKS", null, attrs); add(p, "KeyStore", "CaseExactJKS", "sun.security.provider.JavaKeyStore$CaseExactJKS", null, attrs); add(p, "KeyStore", "DKS", "sun.security.provider.DomainKeyStore$DKS", null, attrs); + add(p, "KeyStore", "PEM", "sun.security.provider.PemKeyStore$MultipleFormatPEM", + null, attrs); /* * CertStores */
< prev index next >