|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SigningConfig
A Signing Configuration
Method Summary | |
---|---|
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. |
Method Detail |
---|
@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 isSigningReady()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |