Class CertificateReader

  • All Implemented Interfaces:
    pgp.certificate_store.CertificateReaderBackend

    public class CertificateReader
    extends java.lang.Object
    implements pgp.certificate_store.CertificateReaderBackend
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      pgp.certificate_store.Certificate readCertificate​(java.io.InputStream inputStream)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CertificateReader

        public CertificateReader()
    • Method Detail

      • readCertificate

        public pgp.certificate_store.Certificate readCertificate​(java.io.InputStream inputStream)
                                                          throws java.io.IOException
        Specified by:
        readCertificate in interface pgp.certificate_store.CertificateReaderBackend
        Throws:
        java.io.IOException