Closed ttschampel closed 5 months ago
The issue looks like we are not getting the KAS public key.
ECPublicKey kasPublicKey = ECKeyPair.publicKeyFromPem(kasPublicKeyAsPem);
Probably check for an empty string or check if it's not a PEM key and throw a correct exception.
Fixed by #74
We've decided to go with a documentation-only approach (as opposed to loading the bouncy castle crypto provider ourselves) for now and see how that works for consumers.
Running the SDK against a deployment OpenTDF Platform to perform NanoTDF Encryption: