[Webfunds-commits] java/webfunds/sox AccountId.java

Jeroen C. van Gelderen gelderen@cypherpunks.ai
Thu, 6 Jul 2000 13:08:06 -0400 (AST)


gelderen    00/07/06 13:08:06

  Modified:    webfunds/sox AccountId.java
  Log:
  Remove commented out function.

Revision  Changes    Path
1.17      +2 -12     java/webfunds/sox/AccountId.java

Index: AccountId.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/sox/AccountId.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- AccountId.java	2000/06/20 09:57:36	1.16
+++ AccountId.java	2000/07/06 17:08:05	1.17
@@ -1,4 +1,4 @@
-/* $Id: AccountId.java,v 1.16 2000/06/20 09:57:36 iang Exp $
+/* $Id: AccountId.java,v 1.17 2000/07/06 17:08:05 gelderen Exp $
  *
  * Copyright (c) Systemics Inc. 1995-2000 on behalf of
  * the WebFunds Development Team.  All Rights Reserved.
@@ -15,7 +15,7 @@
  * This class represents an Account identifier,
  * which is the standard way of referring to an account.
  *
- * @version $Revision: 1.16 $
+ * @version $Revision: 1.17 $
  */
 public class AccountId extends Id
 {
@@ -31,16 +31,6 @@
     public AccountId(InputStream is)
         throws IOException, SOXPacketException      { super(is); }
 
-
-
-//    // who uses these?
-//    public AccountId(X509Cert cert)
-//        throws InvalidKeyException
-//    {
-//        super();
-//System.err.println("DEPRECATED AccountId(cert)????");
-//        id = Crypto.fingerprint(Crypto.getPublicKeyFromCert(cert));
-//    }
 
     public AccountId(PublicKey pk)
         throws InvalidKeyException