
public final class KeyStoreCreator extends Object
| Constructor and Description |
|---|
KeyStoreCreator(ProcessExecutor executor,
AndroidSDK sdk,
AndroidContainerConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
createKeyStore(File keyStoreToCreate)
Creates keystore.
|
boolean |
keyStoreExists(File keyStore)
Checks if
keystore exists. |
public KeyStoreCreator(ProcessExecutor executor, AndroidSDK sdk, AndroidContainerConfiguration configuration)
executor - sdk - configuration - IllegalArgumentException - if either sdk or configuration is a null objectpublic boolean keyStoreExists(File keyStore)
keystore exists.keyStore - keystore to check the existentiality ofkeystore exists, false otherwisepublic void createKeyStore(File keyStoreToCreate)
-keypass argument of keytool command by setting keypass property in
arquillian.xml. You can change -sigalg and -keyalg and -storepass as well by the same way.
Storetype is JKS and -dname is CN=Android,O=Android,C=US.keyStoreToCreate - file which will be new keystoreCopyright © 2013 JBoss by Red Hat. All rights reserved.