Class SOPImpl

  • All Implemented Interfaces:
    sop.SOP

    public class SOPImpl
    extends java.lang.Object
    implements sop.SOP
    • Constructor Summary

      Constructors 
      Constructor Description
      SOPImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      sop.operation.Armor armor()  
      sop.operation.Dearmor dearmor()  
      sop.operation.Decrypt decrypt()  
      sop.operation.Encrypt encrypt()  
      sop.operation.ExtractCert extractCert()  
      sop.operation.GenerateKey generateKey()  
      sop.operation.Sign sign()  
      sop.operation.Verify verify()  
      sop.operation.Version version()  
      • Methods inherited from class java.lang.Object

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

      • SOPImpl

        public SOPImpl()
    • Method Detail

      • version

        public sop.operation.Version version()
        Specified by:
        version in interface sop.SOP
      • generateKey

        public sop.operation.GenerateKey generateKey()
        Specified by:
        generateKey in interface sop.SOP
      • extractCert

        public sop.operation.ExtractCert extractCert()
        Specified by:
        extractCert in interface sop.SOP
      • sign

        public sop.operation.Sign sign()
        Specified by:
        sign in interface sop.SOP
      • verify

        public sop.operation.Verify verify()
        Specified by:
        verify in interface sop.SOP
      • encrypt

        public sop.operation.Encrypt encrypt()
        Specified by:
        encrypt in interface sop.SOP
      • decrypt

        public sop.operation.Decrypt decrypt()
        Specified by:
        decrypt in interface sop.SOP
      • armor

        public sop.operation.Armor armor()
        Specified by:
        armor in interface sop.SOP
      • dearmor

        public sop.operation.Dearmor dearmor()
        Specified by:
        dearmor in interface sop.SOP