public class SigningConfig extends DefaultSigningConfig
DSL object for configuring signing configs.
| Fields inherited from class | Fields |
|---|---|
class DefaultSigningConfig |
DEFAULT_ALIAS, DEFAULT_PASSWORD, mName |
| Constructor and description |
|---|
SigningConfig
(String name)Creates a SigningConfig with a given name. |
| Type | Name and description |
|---|---|
boolean |
equals(Object o) |
String |
getKeyAlias()Key alias used when signing. |
String |
getKeyPassword()Key password used when signing. |
File |
getStoreFile()Store file used when signing. |
String |
getStorePassword()Store password used when signing. |
String |
getStoreType()Store type used when signing. |
int |
hashCode() |
SigningConfig |
initWith(com.android.builder.model.SigningConfig that) |
String |
toString() |
| Methods inherited from class | Name |
|---|---|
class DefaultSigningConfig |
equals, getKeyAlias, getKeyPassword, getName, getStoreFile, getStorePassword, getStoreType, hashCode, initDebug, isSigningReady, setKeyAlias, setKeyPassword, setStoreFile, setStorePassword, setStoreType, toString |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Creates a SigningConfig with a given name.
name - the name of the signingConfig.Key password used when signing.
Store file used when signing.
Store password used when signing.