equal
deleted
inserted
replaced
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. |