stevemit

Results 4 issues of 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...