TrustStoreBuilderExtension

open class TrustStoreBuilderExtension(project: Project)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun checkCertificates(action: Action<CheckCertsSpec>)

Configures and registers the task checkCertificates.

Link copied to clipboard
fun trustStore(action: Action<TrustStoreSpec>)

Configures and registers the task buildTrustStore.

fun trustStore(name: String, action: Action<TrustStoreSpec>)

Configures and registers the task buildTrustStore<Name>.