Class DTLSRecordFlags

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

public abstract class DTLSRecordFlags extends Object
  • Field Details

    • NONE

      public static final int NONE
      See Also:
    • IS_NEWEST

      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

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

    • DTLSRecordFlags

      public DTLSRecordFlags()