Class ExtractCertExternal

  • All Implemented Interfaces:
    sop.operation.ExtractCert

    public class ExtractCertExternal
    extends java.lang.Object
    implements sop.operation.ExtractCert
    Implementation of the ExtractCert operation using an external SOP binary.
    • Constructor Summary

      Constructors 
      Constructor Description
      ExtractCertExternal​(java.lang.String binary, java.util.Properties properties)  
    • 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
      • Methods inherited from interface sop.operation.ExtractCert

        key
    • Constructor Detail

      • ExtractCertExternal

        public ExtractCertExternal​(java.lang.String binary,
                                   java.util.Properties properties)
    • 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 sop.exception.SOPGPException.BadData
        Specified by:
        key in interface sop.operation.ExtractCert
        Throws:
        sop.exception.SOPGPException.BadData