Class DTLSRecordFlags

java.lang.Object
org.bouncycastle.tls.DTLSRecordFlags

public abstract class DTLSRecordFlags extends Object
  • Field Details Link icon

    • NONE Link icon

      public static final int NONE
      See Also:
    • IS_NEWEST Link icon

      public static final int IS_NEWEST
      The record is newer (by epoch and sequence number) than any record received previously.
      See Also:
    • USES_CONNECTION_ID Link icon

      public static final int USES_CONNECTION_ID
      The record includes the (valid) connection ID (RFC 9146) for this connection.
      See Also:
  • Constructor Details Link icon

    • DTLSRecordFlags Link icon

      public DTLSRecordFlags()