< prev index next >

src/java.base/share/classes/java/security/KeyStore.java

Print this page

        

*** 1616,1630 **** * that file. * A password may be supplied to unlock the keystore data or perform an * integrity check. * * <p> ! * This method traverses the list of registered security {@link Providers}, ! * starting with the most preferred Provider. ! * For each {@link KeyStoreSpi} implementation supported by a Provider, ! * it invokes the {@link engineProbe} method to determine if it supports ! * the specified keystore. * A new KeyStore object is returned that encapsulates the KeyStoreSpi * implementation from the first Provider that supports the specified file. * * <p> Note that the list of registered providers may be retrieved via * the {@link Security#getProviders() Security.getProviders()} method. --- 1616,1632 ---- * that file. * A password may be supplied to unlock the keystore data or perform an * integrity check. * * <p> ! * This method traverses the list of registered security ! * {@linkplain Provider providers}, starting with the most ! * preferred Provider. ! * For each {@link KeyStoreSpi} implementation supported by a ! * Provider, it invokes the {@link ! * KeyStoreSpi#engineProbe(InputStream) engineProbe} method to ! * determine if it supports the specified keystore. * A new KeyStore object is returned that encapsulates the KeyStoreSpi * implementation from the first Provider that supports the specified file. * * <p> Note that the list of registered providers may be retrieved via * the {@link Security#getProviders() Security.getProviders()} method.
*** 1670,1684 **** * that file. * A {@code LoadStoreParameter} may be supplied which specifies how to * unlock the keystore data or perform an integrity check. * * <p> ! * This method traverses the list of registered security {@link Providers}, ! * starting with the most preferred Provider. ! * For each {@link KeyStoreSpi} implementation supported by a Provider, ! * it invokes the {@link engineProbe} method to determine if it supports ! * the specified keystore. * A new KeyStore object is returned that encapsulates the KeyStoreSpi * implementation from the first Provider that supports the specified file. * * <p> Note that the list of registered providers may be retrieved via * the {@link Security#getProviders() Security.getProviders()} method. --- 1672,1687 ---- * that file. * A {@code LoadStoreParameter} may be supplied which specifies how to * unlock the keystore data or perform an integrity check. * * <p> ! * This method traverses the list of registered security {@link ! * Provider providers}, starting with the most preferred Provider. ! * For each {@link KeyStoreSpi} implementation supported by a ! * Provider, it invokes the {@link ! * KeyStoreSpi#engineProbe(InputStream) engineProbe} method to ! * determine if it supports the specified keystore. * A new KeyStore object is returned that encapsulates the KeyStoreSpi * implementation from the first Provider that supports the specified file. * * <p> Note that the list of registered providers may be retrieved via * the {@link Security#getProviders() Security.getProviders()} method.
< prev index next >