BouncycastleExternalSigner

scala.cli.publish.BouncycastleExternalSigner
See theBouncycastleExternalSigner companion object
final case class BouncycastleExternalSigner(secretKey: PasswordOption, passwordOpt: Option[PasswordOption], command: Seq[String], logger: Logger) extends Signer

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Signer
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def sign(content: Content): Either[String, String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def signatures(fileSet: FileSet, now: Instant, dontSignExtensions: Set[String], dontSignFiles: Set[String], logger: => SignerLogger): Either[(Path, Content, String), FileSet]

Attributes

Inherited from:
Signer