jdk/src/java.base/share/classes/sun/security/provider/SunEntries.java
changeset 28243 47080f9ae750
parent 26967 c182469301ee
child 28974 71fe221460f5
equal deleted inserted replaced
28242:0cbef7c46996 28243:47080f9ae750
   226         map.put("Alg.Alias.CertificateFactory.X509", "X.509");
   226         map.put("Alg.Alias.CertificateFactory.X509", "X.509");
   227 
   227 
   228         /*
   228         /*
   229          * KeyStore
   229          * KeyStore
   230          */
   230          */
   231         map.put("KeyStore.JKS", "sun.security.provider.JavaKeyStore$JKS");
   231         map.put("KeyStore.PKCS12",
       
   232                         "sun.security.pkcs12.PKCS12KeyStore$DualFormatPKCS12");
       
   233         map.put("KeyStore.JKS",
       
   234                         "sun.security.provider.JavaKeyStore$DualFormatJKS");
   232         map.put("KeyStore.CaseExactJKS",
   235         map.put("KeyStore.CaseExactJKS",
   233                         "sun.security.provider.JavaKeyStore$CaseExactJKS");
   236                         "sun.security.provider.JavaKeyStore$CaseExactJKS");
   234         map.put("KeyStore.DKS", "sun.security.provider.DomainKeyStore$DKS");
   237         map.put("KeyStore.DKS", "sun.security.provider.DomainKeyStore$DKS");
   235 
   238 
   236         /*
   239         /*