Class SOPImpl

    • Constructor Detail

    • Method Detail

      • version

        public Version version()
        Description copied from interface: SOP
        Get information about the implementations name and version.
        Specified by:
        version in interface SOP
        Returns:
        version
      • extractCert

        public ExtractCert extractCert()
        Description copied from interface: SOP
        Extract a certificate (public key) from a secret key. Customize the operation using the builder ExtractCert.
        Specified by:
        extractCert in interface SOP
        Returns:
        builder instance
      • sign

        public Sign sign()
        Description copied from interface: SOP
        Create detached signatures. Customize the operation using the builder Sign.
        Specified by:
        sign in interface SOP
        Returns:
        builder instance
      • verify

        public Verify verify()
        Description copied from interface: SOP
        Verify detached signatures. Customize the operation using the builder Verify.
        Specified by:
        verify in interface SOP
        Returns:
        builder instance
      • encrypt

        public Encrypt encrypt()
        Description copied from interface: SOP
        Encrypt a message. Customize the operation using the builder Encrypt.
        Specified by:
        encrypt in interface SOP
        Returns:
        builder instance
      • decrypt

        public Decrypt decrypt()
        Description copied from interface: SOP
        Decrypt a message. Customize the operation using the builder Decrypt.
        Specified by:
        decrypt in interface SOP
        Returns:
        builder instance
      • armor

        public Armor armor()
        Description copied from interface: SOP
        Convert binary OpenPGP data to ASCII. Customize the operation using the builder Armor.
        Specified by:
        armor in interface SOP
        Returns:
        builder instance
      • dearmor

        public Dearmor dearmor()
        Description copied from interface: SOP
        Converts ASCII armored OpenPGP data to binary. Customize the operation using the builder Dearmor.
        Specified by:
        dearmor in interface SOP
        Returns:
        builder instance