jdk/src/java.base/share/classes/javax/net/ssl/SSLContext.java
changeset 32210 958d823579c3
parent 30904 ec0224270f90
child 32647 53b8fd1f3840
equal deleted inserted replaced
32209:24bb680a1609 32210:958d823579c3
    37  * secure random bytes.
    37  * secure random bytes.
    38  *
    38  *
    39  * <p> Every implementation of the Java platform is required to support the
    39  * <p> Every implementation of the Java platform is required to support the
    40  * following standard {@code SSLContext} protocol:
    40  * following standard {@code SSLContext} protocol:
    41  * <ul>
    41  * <ul>
    42  * <li><tt>TLSv1</tt></li>
    42  * <li>{@code TLSv1}</li>
    43  * </ul>
    43  * </ul>
    44  * This protocol is described in the <a href=
    44  * This protocol is described in the <a href=
    45  * "{@docRoot}/../technotes/guides/security/StandardNames.html#SSLContext">
    45  * "{@docRoot}/../technotes/guides/security/StandardNames.html#SSLContext">
    46  * SSLContext section</a> of the
    46  * SSLContext section</a> of the
    47  * Java Cryptography Architecture Standard Algorithm Name Documentation.
    47  * Java Cryptography Architecture Standard Algorithm Name Documentation.