Class tls_protocol_version_t


  • public final class tls_protocol_version_t
    extends java.lang.Object
    [@enum] tls_protocol_version_t enumeration Enumerations for the set of supported TLS and DTLS protocol versions. [@constant] tls_protocol_version_TLSv10 TLS 1.0 [https://tools.ietf.org/html/rfc4346] [@constant] tls_protocol_version_TLSv11 TLS 1.1 [https://tools.ietf.org/html/rfc2246] [@constant] tls_protocol_version_TLSv12 TLS 1.2 [https://tools.ietf.org/html/rfc5246] [@constant] tls_protocol_version_TLSv13 TLS 1.3 [https://tools.ietf.org/html/rfc8446] [@constant] tls_protocol_version_DTLSv10 DTLS 1.0 [https://tools.ietf.org/html/rfc4347] [@constant] tls_protocol_version_DTLSv12 DTLS 1.2 [https://tools.ietf.org/html/rfc6347]
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait