Author: j16sdiz
Date: 2008-08-15 11:17:58 +0000 (Fri, 15 Aug 2008)
New Revision: 21895

Removed:
   trunk/freenet/src/freenet/crypt/DigestFactory.java
   trunk/freenet/src/freenet/crypt/SHA1Factory.java
Log:
remove unused classes

Deleted: trunk/freenet/src/freenet/crypt/DigestFactory.java
===================================================================
--- trunk/freenet/src/freenet/crypt/DigestFactory.java  2008-08-15 10:50:20 UTC 
(rev 21894)
+++ trunk/freenet/src/freenet/crypt/DigestFactory.java  2008-08-15 11:17:58 UTC 
(rev 21895)
@@ -1,15 +0,0 @@
-/* This code is part of Freenet. It is distributed under the GNU General
- * Public License, version 2 (or at your option any later version). See
- * http://www.gnu.org/ for further details of the GPL. */
-package freenet.crypt;
-
-/*
- * @deprecated Digests should be able to reinitialize themselves instead
- * Re-precated since I need to create many digests at the same time for the 
- * serial hash.
- **/
-public interface DigestFactory {
-    
-    public Digest getInstance();
-
-}

Deleted: trunk/freenet/src/freenet/crypt/SHA1Factory.java
===================================================================
--- trunk/freenet/src/freenet/crypt/SHA1Factory.java    2008-08-15 10:50:20 UTC 
(rev 21894)
+++ trunk/freenet/src/freenet/crypt/SHA1Factory.java    2008-08-15 11:17:58 UTC 
(rev 21895)
@@ -1,12 +0,0 @@
-/* This code is part of Freenet. It is distributed under the GNU General
- * Public License, version 2 (or at your option any later version). See
- * http://www.gnu.org/ for further details of the GPL. */
-package freenet.crypt;
-
-public class SHA1Factory implements DigestFactory {
-
-    public Digest getInstance() {
-       return SHA1.getInstance();
-    }
-    
-}


Reply via email to