jdk/src/java.base/share/classes/javax/net/ssl/KeyManagerFactory.java
changeset 33241 27eb2d6abda9
parent 32649 2ee9017c7597
child 37348 9ccec3170d5e
equal deleted inserted replaced
33240:346a88a88fee 33241:27eb2d6abda9
   114      * Provider that supports the specified algorithm is returned.
   114      * Provider that supports the specified algorithm is returned.
   115      *
   115      *
   116      * <p> Note that the list of registered providers may be retrieved via
   116      * <p> Note that the list of registered providers may be retrieved via
   117      * the {@link Security#getProviders() Security.getProviders()} method.
   117      * the {@link Security#getProviders() Security.getProviders()} method.
   118      *
   118      *
       
   119      * @implNote
       
   120      * The JDK Reference Implementation additionally uses the
       
   121      * {@code jdk.security.provider.preferred} property to determine
       
   122      * the preferred provider order for the specified algorithm. This
       
   123      * may be different than the order of providers returned by
       
   124      * {@link Security#getProviders() Security.getProviders()}.
       
   125      *
   119      * @param algorithm the standard name of the requested algorithm.
   126      * @param algorithm the standard name of the requested algorithm.
   120      *          See the <a href=
   127      *          See the <a href=
   121      *  "{@docRoot}/../technotes/guides/security/jsse/JSSERefGuide.html">
   128      *  "{@docRoot}/../technotes/guides/security/jsse/JSSERefGuide.html">
   122      *          Java Secure Socket Extension Reference Guide </a>
   129      *          Java Secure Socket Extension Reference Guide </a>
   123      *          for information about standard algorithm names.
   130      *          for information about standard algorithm names.