HomeSort by relevance Sort by last modified time
    Searched full:storetype (Results 1 - 8 of 8) sorted by null

  /sdk/jarutils/src/com/android/jarutils/
DebugKeyProvider.java 89 * @param storeType an optional keystore type, or <code>null</code> if the default is to
96 public DebugKeyProvider(String osKeyStorePath, String storeType, IKeyGenOutput output)
104 if (loadKeyEntry(osKeyStorePath, storeType) == false) {
106 createNewStore(osKeyStorePath, storeType, output);
157 * @param storeType an optional keystore type, or <code>null</code> if the default is to
161 private boolean loadKeyEntry(String osKeyStorePath, String storeType) throws KeyStoreException,
166 storeType != null ? storeType : KeyStore.getDefaultType());
182 * @param storeType an optional keystore type, or <code>null</code> if the default is to
193 private void createNewStore(String osKeyStorePath, String storeType, IKeyGenOutput output
    [all...]
KeystoreHelper.java 40 * @param storeType an optional keystore type, or <code>null</code> if the default is to
53 String storeType,
97 if (storeType != null) {
98 commandList.add("-storetype");
99 commandList.add(storeType);
  /dalvik/libcore/security/src/main/files/
certimport.sh 64 -storetype BKS \
  /sdk/apkbuilder/src/com/android/apkbuilder/
ApkBuilder.java 84 System.err.println("Usage: apkbuilder <out archive> [-v][-u][-storetype STORE_TYPE] [-z inputzip]");
90 System.err.println(" -storetype Forces the KeyStore type. If ommited the default is used.");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
BuildPreferencePage.java 130 null /* storeType */, null /* key gen output */);
  /sdk/apkbuilder/src/com/android/apkbuilder/internal/
ApkBuilderImpl.java 152 } else if ("-storetype".equals(argument)) {
155 throw new WrongOptionException("Missing value for -storetype");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ExportWizard.java 251 null /*storeType*/,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ApkBuilder.java     [all...]

Completed in 798 milliseconds