Package org.bouncycastle.tls
Class DTLSRecordFlags
java.lang.Object
org.bouncycastle.tls.DTLSRecordFlags
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The record is newer (by epoch and sequence number) than any record received previously.static final int
static final int
The record includes the (valid) connection ID (RFC 9146) for this connection. -
Constructor Summary
-
Method Summary
-
Field Details
-
NONE
public static final int NONE- See Also:
-
IS_NEWEST
public static final int IS_NEWESTThe record is newer (by epoch and sequence number) than any record received previously.- See Also:
-
USES_CONNECTION_ID
public static final int USES_CONNECTION_IDThe record includes the (valid) connection ID (RFC 9146) for this connection.- See Also:
-
-
Constructor Details
-
DTLSRecordFlags
public DTLSRecordFlags()
-