SigningConfigInfo

Added in 9.4.0-alpha01

class SigningConfigInfo : Serializable


Configuration information required to sign a build artifact.

Summary

Public constructors

SigningConfigInfo(
    storeFile: File,
    storePassword: String,
    keyAlias: String,
    keyPassword: String,
    storeType: String
)

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

String

The key alias.

String

The key password.

File

The keystore file.

String

The keystore password.

String

The keystore type.

Public constructors

SigningConfigInfo

Added in 9.4.0-alpha01
SigningConfigInfo(
    storeFile: File,
    storePassword: String,
    keyAlias: String,
    keyPassword: String,
    storeType: String
)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

keyAlias

Added in 9.4.0-alpha01
val keyAliasString

The key alias.

keyPassword

Added in 9.4.0-alpha01
val keyPasswordString

The key password.

storeFile

Added in 9.4.0-alpha01
val storeFileFile

The keystore file.

storePassword

Added in 9.4.0-alpha01
val storePasswordString

The keystore password.

storeType

Added in 9.4.0-alpha01
val storeTypeString

The keystore type. Default: pkcs12