BouncycastleExternalSigner

final case class BouncycastleExternalSigner(secretKey: Path, passwordOpt: Option[PasswordOption], launcher: Path, logger: Logger) extends Signer
Companion:
object
trait Serializable
trait Product
trait Equals
trait Signer
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

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