Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Gnome/.gitlab-ci/   (Gnome Linux Desktop Version 4.23.2©)  Datei vom 30.5.2026 mit Größe 1 kB image not shown  

Quelle  ProduceDebugKeystore

  Sprache: C
 

#!/usr/bin/env -S java --source 11 -cp ${STUDIO_DIR}/lib/lib.jar:${STUDIO_DIR}/lib/util-8.jar:${STUDIO_DIR}/lib/bouncy-castle.jar:${STUDIO_DIR}/plugins/android/lib/android-base-common.jar:${STUDIO_DIR}/plugins/android/lib/sdk-common.jar:${BUILDER_JAR}
// BUILDER_JAR is https://mvnrepository.com/artifact/com.android.tools.build/builder

import com.android.builder.signing.DefaultSigningConfig;
import com.android.ide.common.signing.KeystoreHelper;
import com.android.ide.common.signing.KeytoolException;
import com.android.utils.ILogger;
import com.android.utils.StdLogger;
import java.io.File;
import java.security.KeyStore;

public final class ProduceDebugKeystore {
 public static void main(String[] args) throws KeytoolException {
  if (args.length < 1)
   throw new RuntimeException("Expected path to write keystore into");
  ILogger logger = new StdLogger(StdLogger.Level.WARNING);
  boolean success = KeystoreHelper.createDebugStore(
   KeyStore.getDefaultType(),
   new File(args[0]),
   DefaultSigningConfig.DEFAULT_PASSWORD,
   DefaultSigningConfig.DEFAULT_PASSWORD,
   DefaultSigningConfig.DEFAULT_ALIAS,
   logger
  );
  if (!success)
   System.exit(1);
 }
}

Messung V0.5 in Prozent
C=97 H=100 G=98

¤ Dauer der Verarbeitung: 0.17 Sekunden  (vorverarbeitet am  2026-07-03) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.