src/java.base/share/classes/sun/security/ssl/TrustStoreManager.java
changeset 47471 304ef03403b1
parent 47216 71c04702a3d5
child 50768 68fa3d4026ea
equal deleted inserted replaced
47470:359c604930af 47471:304ef03403b1
   331 
   331 
   332             return certs;
   332             return certs;
   333         }
   333         }
   334 
   334 
   335         /**
   335         /**
   336          * Load the the KeyStore as described in the specified descriptor.
   336          * Load the KeyStore as described in the specified descriptor.
   337          */
   337          */
   338         private static KeyStore loadKeyStore(
   338         private static KeyStore loadKeyStore(
   339                 TrustStoreDescriptor descriptor) throws Exception {
   339                 TrustStoreDescriptor descriptor) throws Exception {
   340             if (!"NONE".equals(descriptor.storeName) &&
   340             if (!"NONE".equals(descriptor.storeName) &&
   341                     descriptor.storeFile == null) {
   341                     descriptor.storeFile == null) {