| java.lang.Object tide.export.JarSigner
JarSigner | public class JarSigner (Code) | | Creates the processes to sign jar files and related ops.
|
readAllExistingSignatures | public static List<String> readAllExistingSignatures(File jarFile) throws Exception(Code) | | Reads all existing signatures from jar.
lowercased list of aliases |
removeAllExistingSignatures | public static void removeAllExistingSignatures(File jarFile) throws Exception(Code) | | Rewrites the jarFile, removing the meta-inf\*.sf entries.
|
signJarFile_ | public static Process signJarFile_(File jarFile, File keystore, char[] keyStorePassword, String keyStoreAlias) throws Exception(Code) | | Signs the jar file. May also work without tide.
|
|
|