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
Ordering
- Alphabetic
- By Inheritance
Inherited
- PgpCreateOptions
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val dest: Option[String]
- val email: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val password: PasswordOption
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val pubDest: Option[String]
- def publicKeyPath: Path
- val quiet: Boolean
- val secretDest: Option[String]
- def secretKeyPath: Path
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val verbose: @@[Int, Counter]
- def verbosity: Int
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated