opentdf / java-sdk

OpenTDF Java SDK
0 stars 0 forks source link

Multiple segment TDFs don't work #66

Closed mkleene closed 1 month ago

mkleene commented 1 month ago

When building a TDF we currently add a new payload entry for each segment.

This works as long as TDFs don't span multiple segments but will break with any payload larger than a single segment.

mkleene commented 1 month ago

fixed by #65