Package org.bouncycastle.tls
Class DTLSRecordFlags
java.lang.Object
org.bouncycastle.tls.DTLSRecordFlags
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe record is newer (by epoch and sequence number) than any record received previously.static final intstatic final intThe record includes the (valid) connection ID (RFC 9146) for this connection. -
Constructor Summary
Constructors -
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()
-