com.jsuereth.pgp

cli

package cli

Visibility
  1. Public
  2. All

Type Members

  1. trait DelegatingPgpStaticContext extends PgpStaticContext

  2. case class EncryptFile(file: File, pubKey: String) extends PgpCommand with Product with Serializable

  3. case class EncryptMessage(msg: String, pubKey: String) extends PgpCommand with Product with Serializable

  4. case class ExportPublicKey(id: String) extends PgpCommand with Product with Serializable

  5. case class GeneratePgpKey() extends PgpCommand with Product with Serializable

    Constructs a new PGP key from user input.

  6. trait HkpCommand extends PgpCommand

    Helper for running HKP protocol commands.

  7. case class ImportKey(pubKey: File) extends PgpCommand with Product with Serializable

  8. case class ListKeys() extends PgpCommand with Product with Serializable

  9. case class ListSigs() extends PgpCommand with Product with Serializable

    Lists Signatures on a file.

  10. trait PgpCommand extends AnyRef

    Represents a PgpCommand

  11. trait PgpCommandContext extends PgpStaticContext with UICommandContext

    The context used when running PGP commands.

  12. trait PgpStaticContext extends AnyRef

    Context usable by command parsers.

  13. case class ReceiveKey(pubKeyId: Long, hkpUrl: String) extends HkpCommand with Product with Serializable

  14. case class SendKey(pubKey: String, hkpUrl: String) extends HkpCommand with Product with Serializable

  15. case class SignKey(pubKey: String, notation: (String, String)) extends PgpCommand with Product with Serializable

  16. trait UICommandContext extends AnyRef

    A context for accepting user input.

Value Members

  1. object CommonParsers

  2. object Display

    Helper for printing key info to console.

  3. object EncryptFile extends Serializable

  4. object EncryptMessage extends Serializable

  5. object ExportPublicKey extends Serializable

  6. object GeneratePgpKey extends Serializable

  7. object ImportKey extends Serializable

  8. object ListKeys extends Serializable

  9. object ListSigs extends Serializable

  10. object PgpCommand

  11. object ReceiveKey extends Serializable

  12. object SendKey extends Serializable

  13. object SignKey extends Serializable

Ungrouped