Pgp Signatory Provider
open class PgpSignatoryProvider : BasePgpSignatoryProvider, ConfigurableSignatoryProvider<PgpSignatory> (source)
A SignatoryProvider of PgpSignatory instances.
Functions
Link copied to clipboard
Evaluates the given DSL-containing-closure as signatory configuration.
Link copied to clipboard
open fun createSignatory(name: String, keyId: String, keyRing: File, password: String): PgpSignatory
Link copied to clipboard
Link copied to clipboard
Attempts to create a signatory for the project that will be used everywhere something is to be signed and an explicit signatory has not been set (for the task/operation).
Link copied to clipboard
Retrieves the signatory with the given name.
Link copied to clipboard