Skip to content

Updated java encryption code sample

Pascal Osterwinter requested to merge feat/1-EncryptionBuilderSupport into main

Changed type RSAKey to RSAPublicKey. Header is now created through a builder. replaced getKeyId with keyId because publicKey has no attribute keyId.

Merge request reports