|
From: Pelle B. <pe...@us...> - 2004-03-18 21:41:06
|
Update of /cvsroot/neuclear/neuclear-commons/src/java/org/neuclear/commons/crypto In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12446/src/java/org/neuclear/commons/crypto Modified Files: CryptoTools.java Log Message: Some fixups in SignedInfo Index: CryptoTools.java =================================================================== RCS file: /cvsroot/neuclear/neuclear-commons/src/java/org/neuclear/commons/crypto/CryptoTools.java,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** CryptoTools.java 8 Mar 2004 23:50:34 -0000 1.16 --- CryptoTools.java 18 Mar 2004 21:31:26 -0000 1.17 *************** *** 2,5 **** --- 2,8 ---- * $Id$ * $Log$ + * Revision 1.17 2004/03/18 21:31:26 pelle + * Some fixups in SignedInfo + * * Revision 1.16 2004/03/08 23:50:34 pelle * More improvements on the XMLSignature. Now uses the Transforms properly, References properly. *************** *** 475,479 **** } ! public static Signature getSignatureCipher(final PrivateKey key) throws NoSuchAlgorithmException, NoSuchProviderException, InvalidKeyException { Signature sig = null; if (key instanceof RSAPrivateKey) --- 478,482 ---- } ! public static Signature getSignatureCipher(final PrivateKey key) throws NoSuchAlgorithmException, InvalidKeyException { Signature sig = null; if (key instanceof RSAPrivateKey) |