jdk/src/java.base/share/classes/javax/net/ssl/TrustManagerFactory.java
changeset 44848 e946981dc37c
parent 41826 b35ee9b35b09
child 45118 e4258d800b54
equal deleted inserted replaced
44847:cf230b81a508 44848:e946981dc37c
    38  * material is based on a KeyStore and/or provider-specific sources.
    38  * material is based on a KeyStore and/or provider-specific sources.
    39  *
    39  *
    40  * <p> Every implementation of the Java platform is required to support the
    40  * <p> Every implementation of the Java platform is required to support the
    41  * following standard {@code TrustManagerFactory} algorithm:
    41  * following standard {@code TrustManagerFactory} algorithm:
    42  * <ul>
    42  * <ul>
    43  * <li><tt>PKIX</tt></li>
    43  * <li>{@code PKIX}</li>
    44  * </ul>
    44  * </ul>
    45  * This algorithm is described in the <a href=
    45  * This algorithm is described in the <a href=
    46  * "{@docRoot}/../technotes/guides/security/StandardNames.html#TrustManagerFactory">
    46  * "{@docRoot}/../technotes/guides/security/StandardNames.html#TrustManagerFactory">
    47  * TrustManagerFactory section</a> of the
    47  * TrustManagerFactory section</a> of the
    48  * Java Cryptography Architecture Standard Algorithm Name Documentation.
    48  * Java Cryptography Architecture Standard Algorithm Name Documentation.