|
From: <pe...@us...> - 2003-12-22 22:14:41
|
Update of /cvsroot/neuclear/neuclear-commons/src/java/org/neuclear/commons/crypto/signers
In directory sc8-pr-cvs1:/tmp/cvs-serv23698/src/java/org/neuclear/commons/crypto/signers
Modified Files:
JCESigner.java
Log Message:
Last minute cleanups and documentation prior to release 0.8.1
Index: JCESigner.java
===================================================================
RCS file: /cvsroot/neuclear/neuclear-commons/src/java/org/neuclear/commons/crypto/signers/JCESigner.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** JCESigner.java 19 Dec 2003 18:02:53 -0000 1.14
--- JCESigner.java 22 Dec 2003 22:14:37 -0000 1.15
***************
*** 2,5 ****
--- 2,8 ----
* $Id$
* $Log$
+ * Revision 1.15 2003/12/22 22:14:37 pelle
+ * Last minute cleanups and documentation prior to release 0.8.1
+ *
* Revision 1.14 2003/12/19 18:02:53 pelle
* Revamped a lot of exception handling throughout the framework, it has been simplified in most places:
***************
*** 266,270 ****
*/
private static KeyStore loadKeyStore(final String provider, final String type, final InputStream in, final char[] passphrase) throws InvalidPassphraseException {
! // System.out.println("Loading JCESigner using passphrase: "+new String(passphrase));
try {
KeyStore ki = null;
--- 269,273 ----
*/
private static KeyStore loadKeyStore(final String provider, final String type, final InputStream in, final char[] passphrase) throws InvalidPassphraseException {
! // System.out.println("Loading JCESigner using passphrase: "+new String(passphrase));
try {
KeyStore ki = null;
|