- Key generation key expiration
- Key generation documentation
- Add decryptor.getResult() for decryption result
- Unit tests: Factor all tests in EncryptionConfig and EncryptWithOpenPGPTestDriver to test the new API
- Allow to enforce algorithm "minimum level", e.g. for decryption/validation
- Unit tests: iterate different DefaultPGPAlgorithmSuites.secureSuiteForGnuPG() (incl. compression & no signature!)
- Extend documentation of key derivation
- Bugfixes
- Key generation
- Code quality reports (Sonar e.g.)
- add .github files
- Add support for Java 11
- Improve test coverage
- Remove all TODOs and FIXMEs
- Test sha256, AES_256
- Move example in dedicated directory + projects
- Document obsolete
secring.gpg
in GPG 2.1 (https://gnupg.org/faq/whats-new-in-2.1.html#nosecring) - Switch over to Java 8
- Fix links in README
- Add example snippets to README
- Allow
gpg --export -a
andgpg --export-secret-key -a
as source for keyring generation