stevemit
stevemit
The class X509v2CRLBuilder has methods setNextUpdate() but no method setThisUpdate(). "This update" is set only through the constructor. Subclassing outside the BC package doesn't help, as fields are package-private. The...
New feature request: JceCMSContentEncryptorBuilder with provided (not generated) secret key. BC 1.75. The Javadoc for class CMSEncryptedDataGenerator illustrates using a JceCMSContentEncryptorBuilder. This class generates a new encryption key. The CMS...
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...
### Prerequisites * [x] Checked the developer manual * [x] Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=repo%3Alibtom%2Flibtomcrypt * [x] Checked that your issue isn't due to the fact that...
It would be nice to have an enhancement or subclass of `BcCMSContentEncryptorBuilder` called `BcProvidedCMSContentEncryptorBuilder`. This class would not generate a fresh content encryption key (CEK) but instead would accept a...
The bcpkix javadoc can be improved. To use the CMS parsers and generators responsibly, the application programmer needs the protocol around closing the supplied underlying input and output streams. This...