Class SOPImpl

  • All Implemented Interfaces:
    sop.SOP

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

      Constructors 
      Constructor Description
      SOPImpl()  
    • 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
      • detachInbandSignatureAndMessage

        public sop.operation.DetachInbandSignatureAndMessage detachInbandSignatureAndMessage()
        Specified by:
        detachInbandSignatureAndMessage in interface sop.SOP