Class ExtractCertImpl

  • All Implemented Interfaces:
    sop.operation.ExtractCert

    public class ExtractCertImpl
    extends java.lang.Object
    implements sop.operation.ExtractCert
    • Constructor Summary

      Constructors 
      Constructor Description
      ExtractCertImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      sop.Ready key​(java.io.InputStream keyInputStream)  
      sop.operation.ExtractCert noArmor()  
      • Methods inherited from class java.lang.Object

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

      • ExtractCertImpl

        public ExtractCertImpl()
    • Method Detail

      • noArmor

        public sop.operation.ExtractCert noArmor()
        Specified by:
        noArmor in interface sop.operation.ExtractCert
      • key

        public sop.Ready key​(java.io.InputStream keyInputStream)
                      throws java.io.IOException,
                             sop.exception.SOPGPException.BadData
        Specified by:
        key in interface sop.operation.ExtractCert
        Throws:
        java.io.IOException
        sop.exception.SOPGPException.BadData