mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-12-16 17:21:08 +01:00
Wip
This commit is contained in:
parent
3ba57109a1
commit
ddcd4bff00
17 changed files with 478 additions and 189 deletions
|
|
@ -17,7 +17,7 @@ import org.pgpainless.key.OpenPgpFingerprint;
|
|||
import pgp.certificate_store.Certificate;
|
||||
import pgp.certificate_store.CertificateReaderBackend;
|
||||
|
||||
public class CertificateCertificateReader implements CertificateReaderBackend {
|
||||
public class CertificateReader implements CertificateReaderBackend {
|
||||
|
||||
@Override
|
||||
public Certificate readCertificate(InputStream inputStream) throws IOException {
|
||||
Loading…
Add table
Add a link
Reference in a new issue