Searched refs:jarsigner (Results 1 - 24 of 24) sorted by relevance

/openjdk7/jdk/make/com/sun/jarsigner/
H A DMakefile27 PACKAGE = com.sun.jarsigner
34 AUTO_FILES_JAVA_DIRS = com/sun/jarsigner
/openjdk7/jdk/test/sun/security/tools/jarsigner/
H A DAlgOptions.sh26 # @summary test new jarsigner -sigalg and -digestalg options
78 ${TESTJAVA}${FS}bin${FS}jarsigner \
92 ${TESTJAVA}${FS}bin${FS}jarsigner \
106 ${TESTJAVA}${FS}bin${FS}jarsigner \
120 ${TESTJAVA}${FS}bin${FS}jarsigner \
134 ${TESTJAVA}${FS}bin${FS}jarsigner \
148 ${TESTJAVA}${FS}bin${FS}jarsigner \
162 ${TESTJAVA}${FS}bin${FS}jarsigner -verify ${TESTCLASSES}${FS}AlgOptionsTmp.jar
172 ${TESTJAVA}${FS}bin${FS}jarsigner \
186 ${TESTJAVA}${FS}bin${FS}jarsigner
[all...]
H A Doldsig.sh74 ${TESTJAVA}${FS}bin${FS}jarsigner \
79 ${TESTJAVA}${FS}bin${FS}jarsigner -verify B.jar
H A DTimestampCheck.java241 cmd = System.getProperty("java.home") + "/../bin/jarsigner" +
247 cmd = System.getProperty("java.home") + "/bin/jarsigner" +
256 jarsigner(cmd, 0, true); // Success, normal call
257 jarsigner(cmd, 1, false); // These 4 should fail
258 jarsigner(cmd, 2, false);
259 jarsigner(cmd, 3, false);
260 jarsigner(cmd, 4, false);
261 jarsigner(cmd, 5, true); // Success, 6543440 solved.
262 jarsigner(cmd, 6, false); // tsbad1
263 jarsigner(cm
281 static void jarsigner(String cmd, int path, boolean expected) method in class:TimestampCheck
[all...]
H A DPercentSign.sh26 # @summary jarsigner fails in a directory with a path contianing a % sign
76 ${TESTJAVA}${FS}bin${FS}jarsigner \
H A Ddiffend.sh71 # Create a fake .RSA file so that jarsigner believes it's signed
88 ${TESTJAVA}${FS}bin${FS}jarsigner \
102 ${TESTJAVA}${FS}bin${FS}jarsigner \
H A Donlymanifest.sh51 JARSIGNER=$TESTJAVA${FS}bin${FS}jarsigner
H A Dsamename.sh26 # @summary libzip.so caused JVM to crash when running jarsigner
52 JARSIGNER=$TESTJAVA${FS}bin${FS}jarsigner
H A Dnameclash.sh26 # @summary different names for the same digest algorithms breaks jarsigner
50 JARSIGNER=$TESTJAVA${FS}bin${FS}jarsigner
H A Dec.sh50 JARSIGNER=$TESTJAVA${FS}bin${FS}jarsigner
H A Demptymanifest.sh26 # @summary jarsigner fails to sign itextasian.jar since 1.5.0_b14, it works with 1.5.0_13
54 JARSIGNER=$TESTJAVA${FS}bin${FS}jarsigner
H A Dpasstype.sh26 # @summary RFE: jarsigner to support reading password from environment variable
50 JARSIGNER=$TESTJAVA${FS}bin${FS}jarsigner
H A Dconcise_jarsigner.sh26 # @summary jarsigner needs enhanced cert validation(options)
49 JARSIGNER=$TESTJAVA${FS}bin${FS}jarsigner
/openjdk7/jdk/src/share/classes/com/sun/jarsigner/
H A DContentSigner.java26 package com.sun.jarsigner;
H A DContentSignerParameters.java26 package com.sun.jarsigner;
42 * Retrieves the command-line arguments passed to the jarsigner tool.
/openjdk7/jdk/make/com/sun/
H A DMakefile41 # jarsigner is part of JRE
42 SUBDIRS = java security net/ssl jarsigner
/openjdk7/jdk/test/sun/security/tools/keytool/
H A Dreadjar.sh50 $TESTJAVA${FS}bin${FS}jarsigner -storepass changeit -keystore $KS readjar.jar x
/openjdk7/jdk/test/java/util/TimeZone/
H A DTimeZoneDatePermissionCheck.sh49 ${TESTJAVA}/bin/jarsigner \
/openjdk7/corba/make/common/shared/
H A DDefs-java.gmk200 BOOT_JARSIGNER_CMD = $(BOOTDIR)/bin/jarsigner
/openjdk7/jdk/make/common/shared/
H A DDefs-java.gmk236 BOOT_JARSIGNER_CMD = $(BOOTDIR)/bin/jarsigner
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DTimestampedSigner.java40 import com.sun.jarsigner.*;
H A DJarSigner.java43 import com.sun.jarsigner.ContentSigner;
44 import com.sun.jarsigner.ContentSignerParameters;
62 * <p>The jarsigner utility.
70 * jarsigner command line error...
102 // This is the entry that get launched by the security tool jarsigner.
215 System.out.println(rb.getString("jarsigner.error.") +
238 System.out.println(rb.getString("jarsigner.error.") + e);
477 System.out.println(rb.getString("Please.type.jarsigner.help.for.usage"));
483 ("Usage.jarsigner.options.jar.file.alias"));
485 (".jarsigner
[all...]
/openjdk7/jdk/make/launchers/
H A DMakefile62 $(call make-launcher, jarsigner, sun.security.tools.JarSigner, , )
/openjdk7/jdk/make/common/
H A DRelease.gmk143 jarsigner.1 \
369 com/sun/jarsigner \
478 jarsigner$(EXE_SUFFIX) \
568 $(ECHO) "com/sun/jarsigner/" >> $@

Completed in 93 milliseconds