bc-java
bc-java copied to clipboard
JceInputDecryptorProviderBuilder support GCM parameters
The class JceInputDecryptorProviderBuilder assumes the found algorithm parameters are either an IV or GOST parameters. It would be helpful to also support GCM parameters. BC 1.75
// TODO: at the moment it's just GOST, but...