GpgKey

mill.javalib.PublishModule.GpgKey
See theGpgKey companion class
object GpgKey

Attributes

Companion
class
Source
PublishModule.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
GpgKey.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def apply(keyId: String, passphrase: Option[String]): GpgKey

Creates an instance if the passphrase is not empty.

Creates an instance if the passphrase is not empty.

Attributes

Source
PublishModule.scala
def apply(keyId: String, passphrase: String): GpgKey

Creates an instance if the passphrase is not empty.

Creates an instance if the passphrase is not empty.

Attributes

Source
PublishModule.scala
def createFromEnvVars(maybeKeyId: Option[String], maybePassphrase: Option[String]): Option[Either[String, GpgKey]]

Value parameters

maybeKeyId

will be None if the PGP key was not provided in the environment.

maybePassphrase

will be None if the PGP passphrase was not provided in the environment.

Attributes

Source
PublishModule.scala
def createFromEnvVarsOrThrow(maybeKeyId: Option[String], maybePassphrase: Option[String]): Option[GpgKey]

Attributes

Source
PublishModule.scala