Class ListProfilesImpl

  • All Implemented Interfaces:
    sop.operation.ListProfiles

    public class ListProfilesImpl
    extends java.lang.Object
    implements sop.operation.ListProfiles
    Implementation of the
    list-profiles
    operation using PGPainless.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<sop.Profile> subcommand​(java.lang.String command)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface sop.operation.ListProfiles

        encrypt, generateKey
    • Constructor Detail

      • ListProfilesImpl

        public ListProfilesImpl()
    • Method Detail

      • subcommand

        public java.util.List<sop.Profile> subcommand​(java.lang.String command)
        Specified by:
        subcommand in interface sop.operation.ListProfiles