Packages

final case class PgpCreateOptions(email: String, password: PasswordOption, dest: Option[String] = None, pubDest: Option[String] = None, secretDest: Option[String] = None, verbose: @@[Int, Counter] = Tag.of(0), quiet: Boolean = false) extends Product with Serializable

Annotations
@HelpMessage("Create PGP key pair", caseapp.this.HelpMessage.<init>$default$2)
Linear Supertypes
java.io.Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PgpCreateOptions
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PgpCreateOptions(email: String, password: PasswordOption, dest: Option[String] = None, pubDest: Option[String] = None, secretDest: Option[String] = None, verbose: @@[Int, Counter] = Tag.of(0), quiet: Boolean = false)

Value Members

  1. val dest: Option[String]
  2. val email: String
  3. val password: PasswordOption
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. val pubDest: Option[String]
  6. def publicKeyPath: Path
  7. val quiet: Boolean
  8. val secretDest: Option[String]
  9. def secretKeyPath: Path
  10. val verbose: @@[Int, Counter]
  11. def verbosity: Int