PgpProxy

scala.cli.commands.pgp.PgpProxy
class PgpProxy

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Concrete methods

def createKey(pubKey: String, secKey: String, mail: String, quiet: Boolean, password: String, cache: FileCache[Task], logger: Logger, javaCommand: () => String, signingCliOptions: ScalaSigningCliOptions): Either[BuildException, Int]
def keyId(key: String, keyPrintablePath: String, cache: FileCache[Task], logger: Logger, javaCommand: () => String, signingCliOptions: ScalaSigningCliOptions): Either[BuildException, String]