PgpProxyJvm

scala.cli.commands.pgp.PgpProxyJvm
class PgpProxyJvm extends PgpProxy

A proxy running the PGP operations using scala-cli-singing as a dependency. This construct is not used when PGP commands are evoked from CLI (see PgpCommandsSubst and PgpCommands), but rather when PGP operations are used internally.

This is the 'JVM' counterpart of PgpProxy

Attributes

Graph
Supertypes
class PgpProxy
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def createKey(pubKey: String, secKey: String, mail: String, quiet: Boolean, passwordOpt: Option[String], cache: FileCache[Task], logger: Logger, jvmOptions: SharedJvmOptions, coursierOptions: CoursierOptions, signingCliOptions: ScalaSigningCliOptions): Either[BuildException, Int]

Attributes

Definition Classes
override def keyId(key: String, keyPrintablePath: String, cache: FileCache[Task], logger: Logger, jvmOptions: SharedJvmOptions, coursierOptions: CoursierOptions, signingCliOptions: ScalaSigningCliOptions): Either[BuildException, String]

Attributes

Definition Classes