Jar::Signer icon

Jar::Signer For Linux

  n/a
Perl Artistic License    

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

Description

Free Download

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

# 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.

System requirements

  • Perl
User Comments
This enables Disqus, Inc. to process some of your data. Disqus privacy policy

Jar::Signer 0.1

add to watchlist add to download basket send us an update REPORT
  runs on:
Linux
  filename:
Jar-Signer-0.1.tar.gz
  main category:
Programming
  developer:
  visit homepage