Jar::Signer

Software Screenshot:
Jar::Signer
Software Details:
Version: 0.1
Upload Date: 3 Jun 15
Developer: Mark Southern
Distribution Type: Freeware
Downloads: 51

Rating: 3.0/5 (Total Votes: 1)

Jar::Signer Perl module ease the process of creating a signed Jar file.

SYNOPSIS

# using FindBin is just a suggestion.
use FindBin qw( $RealBin );
use Jar::Signer;
my $signer = Jar::Signer->new;
# location of the keystore, created if needed.
$signer->keystore("$RealBin/MyKeyStore");
# dname properties of the certificate.
$signer->dname("CN=Mark Southern, O=My Corporation, L=My State, C=USA");
# name for .fingerprint and ..cert files, created if needed.
$signer->alias("$RealBin/MyCert");
# the Jar file that we want to sign.
$signer->jar(shift);
# if signed_jar is undefined then the default is basename.signed.jar where basename is the basename of the Jar file.
$signer->signed_jar(shift);
# create the signed Jar.
$signer->process;

This module, and the script that uses it make it a lot simpler to generate signed Jar files for use in Java applets etc. It steps through all the needed jar, jarsigner and keytool command lines.

Requirements:

  • Perl

Similar Software

SDL
SDL

23 Nov 17

ACE
ACE

22 Jun 18

libxml2
libxml2

14 Apr 15

Oracle::Sqlldr
Oracle::Sqlldr

3 Jun 15

Comments to Jar::Signer

Comments not found
Add Comment
Turn on images!