Interface TlsChannelBindingType


public interface TlsChannelBindingType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    [`tls-exporter`](https://www.rfc-editor.org/rfc/rfc9266.html) binding
    type.
    static final int
    [`tls-server-end-point`](https://tools.ietf.org/html/rfc5929#section-4)
    binding type
    static final int
    [`tls-unique`](https://tools.ietf.org/html/rfc5929#section-3) binding
    type
  • Field Details

    • UNIQUE

      static final int UNIQUE
      [`tls-unique`](https://tools.ietf.org/html/rfc5929#section-3) binding
      type
      See Also:
    • SERVER_END_POINT

      static final int SERVER_END_POINT
      [`tls-server-end-point`](https://tools.ietf.org/html/rfc5929#section-4)
      binding type
      See Also:
    • EXPORTER

      static final int EXPORTER
      [`tls-exporter`](https://www.rfc-editor.org/rfc/rfc9266.html) binding
      type. Since: 2.74
      See Also: