How can I get Javax crypto to support GCMParameterSpec?
I’m trying to encrypt and decrypt files using AES/GCM encryption in Java. I have the following code:
I’m trying to encrypt and decrypt files using AES/GCM encryption in Java. I have the following code: