- Bump Bouncy Castle to
1.75
- Bump
sqlite-jdbc
to3.42.0.0
- Throw
NoSuchElementException
when querying non-existent certificates
pgp-certificate-store
:- Rework
Certificate
,Key
to inherit fromKeyMaterial
- Rename
CertificateReaderBackend
toKeyMaterialReaderBackend
- Rename
CertificateMerger
toKeyMaterialMerger
- Rework
PGPCertificateStore
class
- Rework
pgp-cert-d-java
:- Increase minimum Android API level to 26
- Add
PGPCertificateDirectories
factory class - Rework
PGPCertificateDirectory
class by separating out backend logic - Split interface into
ReadOnlyPGPCertificateDirectory
andWritingPGPCertificateDirectory
FileBasedCertificateDirectoryBackend
: Calculate tag based on file attributes (inode)
pgp-cert-d-java-jdbc-sqlite-lookup
:- Add
DatabaseSubkeyLookupFactory
- Add
- Bump
slf4j
to1.7.36
- Bump
logback
to1.2.11
- Initial Release