opentdf / java-sdk

OpenTDF Java SDK
0 stars 0 forks source link

feat(sdk): add ssl context #58

Closed ttschampel closed 2 months ago

ttschampel commented 2 months ago
ttschampel commented 2 months ago

Is it possible to use something like this: https://stackoverflow.com/a/47638460/285915 to do this. I'd rather not pull in netty on the client side if we don't need to. OTOH it's probably not a big deal if there is a real reason.

Updated to use approach you linked