CVSROOT: /cvsroot/classpath
Module name: classpath
Branch:
Changes by: Raif S. Naffah <[EMAIL PROTECTED]> 06/04/03 11:54:15
Modified files:
gnu/java/security/key: KeyPairGeneratorFactory.java
tools/gnu/classpath/tools/jarsigner: JarVerifier.java
HashUtils.java Main.java
JarSigner.java
. : ChangeLog
Log message:
2006-04-03 Raif S. Naffah <[EMAIL PROTECTED]>
* tools/gnu/classpath/tools/jarsigner/Main.java: Removed unused imports.
(provider): Made it protected.
(providerInstalled): New field.
(Main): Made it a 0-arguments constructor.
Removed throws clasue.
(main): Removed throws clause.
Call processArgs(args) after constructing instance.
Call teardown() before existing.
(processArgs): Added javadoc.
Reduced to throws Exception.
(start): Likewise.
(teardown): New method.
(setupCommonParams): Added javadoc.
Install designated provider if not already installed.
(installNewProvider): New method.
(setupSigningParams): Added javadoc.
Instantiate the KeyStore using type only.
* tools/gnu/classpath/tools/jarsigner/JarSigner.java:
Removed unused imports.
(start): Reduced to throws Exception.
* tools/gnu/classpath/tools/jarsigner/JarVerifier.java (start):
Likewise.
* tools/gnu/classpath/tools/jarsigner/HashUtils.java:
Re-organized imports.
* gnu/java/security/key/KeyPairGeneratorFactory.java (getInstance):
Test ignoring case.
(getNames): Add "dsa" as an algorithm provided by this Factory.
(makeInstance): Construct IllegalArgumentException with 2 arguments.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/gnu/java/security/key/KeyPairGeneratorFactory.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/tools/gnu/classpath/tools/jarsigner/JarVerifier.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/tools/gnu/classpath/tools/jarsigner/HashUtils.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/tools/gnu/classpath/tools/jarsigner/Main.java.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/tools/gnu/classpath/tools/jarsigner/JarSigner.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.6992&tr2=1.6993&r1=text&r2=text