public interface SigningConfig
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKeyAlias()
Returns the key alias name.
|
java.lang.String |
getKeyPassword()
return the key password.
|
java.lang.String |
getName()
Returns the name of the Signing config
|
java.io.File |
getStoreFile()
Returns the keystore file.
|
java.lang.String |
getStorePassword()
Returns the keystore password.
|
java.lang.String |
getStoreType()
Returns the store type.
|
boolean |
isSigningReady()
Returns whether the config is fully configured for signing.
|
boolean |
isV1SigningEnabled()
Returns
true if signing using JAR Signature Scheme (aka v1 scheme) is enabled. |
boolean |
isV2SigningEnabled()
Returns
true if signing using APK Signature Scheme v2 (aka v2 scheme) is enabled. |
@NonNull java.lang.String getName()
@Nullable java.io.File getStoreFile()
@Nullable java.lang.String getStorePassword()
@Nullable java.lang.String getKeyAlias()
@Nullable java.lang.String getKeyPassword()
@Nullable java.lang.String getStoreType()
boolean isV1SigningEnabled()
true if signing using JAR Signature Scheme (aka v1 scheme) is enabled.boolean isV2SigningEnabled()
true if signing using APK Signature Scheme v2 (aka v2 scheme) is enabled.boolean isSigningReady()