opentdf / java-sdk

OpenTDF Java SDK
0 stars 0 forks source link

Java SDK: ZTDF Assertion Support #104

Closed cassandrabailey293 closed 2 weeks ago

cassandrabailey293 commented 1 month ago

Update the java sdk to support ZTDF Assertions

This support will also be added to the Golang and Javascript SDKs.

cassandrabailey293 commented 4 weeks ago

currently the behavior allows for a key to be passed in to be used as a signing key for assertions. by default, the sdk will jut use the DEK if no key is provided. currently this differs from the java sdk in that the java sdk only has the ability to use the DEK and doesn't provide the ability to pass one it yet. work will be done to make these in sync.