CVS update: sierra/src/java/org/openprivacy/sierra/nym

From: cvs@openprivacy.org
Date: Wed Mar 21 2001 - 12:59:33 PST

  • Next message: cvs@openprivacy.org: "CVS update: sierra/src/java/org/openprivacy/sierra/rce/talon/implementations"

    Date: Wednesday March 21, 19101 @ 12:59
    Author: burton
    CVSWEB Options: -------------------

    Main CVSWeb: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi

    View this module: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/nym

    -----------------------------------

    Update of /usr/local/cvs/public/sierra/src/java/org/openprivacy/sierra/nym
    In directory giga:/tmp/cvs-serv24979/org/openprivacy/sierra/nym

    Modified Files:
            NymFactory.java
    Log Message:
    added header

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/nym/NymFactory.java

    CVSWEB Options: -------------------

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/nym/NymFactory.java?annotate=1.2

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/nym/NymFactory.java?rev=1.2&content-type=text/x-cvsweb-markup

    CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/nym/NymFactory.java.diff?r1=1.2&r2=1.1

    -----------------------------------

    Index: sierra/src/java/org/openprivacy/sierra/nym/NymFactory.java
    diff -u sierra/src/java/org/openprivacy/sierra/nym/NymFactory.java:1.1 sierra/src/java/org/openprivacy/sierra/nym/NymFactory.java:1.2
    --- sierra/src/java/org/openprivacy/sierra/nym/NymFactory.java:1.1 Sun Feb 18 22:53:16 2001
    +++ sierra/src/java/org/openprivacy/sierra/nym/NymFactory.java Wed Mar 21 12:59:32 2001
    @@ -1,4 +1,16 @@
     /*
    + * ----
    + *
    + * $Id: NymFactory.java,v 1.2 2001/03/21 20:59:32 burton Exp $
    + * $Project: http://sierra.openprivacy.org $
    + * $CVSROOT: :pserver:anoncvs@sierra.openprivacy.org:/usr/local/cvs/public $
    + * $WebCVS: http://www.openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/ $
    + * $Mailing-List: http://www.openprivacy.org/lists/ $
    + * $Bugzilla: http://bugzilla.openprivacy.org/ $
    + *
    + */
    +
    +/*
      * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
    @@ -25,7 +37,7 @@
      * Simple method for obtaining Nyms.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: NymFactory.java,v 1.1 2001/02/19 06:53:16 burton Exp $
    + * @version $Id: NymFactory.java,v 1.2 2001/03/21 20:59:32 burton Exp $
      */
     public class NymFactory {
         



    This archive was generated by hypermail 2b30 : Wed Mar 21 2001 - 12:59:40 PST
    File: sierra/src/java/org/openprivacy/sierra/nym/talon/components/NymFunctionProxy.java

    CVSWEB Options: -------------------

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/nym/talon/components/NymFunctionProxy.java?annotate=1.3

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/nym/talon/components/NymFunctionProxy.java?rev=1.3&content-type=text/x-cvsweb-markup

    CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/nym/talon/components/NymFunctionProxy.java.diff?r1=1.3&r2=1.2

    -----------------------------------

    Index: sierra/src/java/org/openprivacy/sierra/nym/talon/components/NymFunctionProxy.java
    diff -u sierra/src/java/org/openprivacy/sierra/nym/talon/components/NymFunctionProxy.java:1.2 sierra/src/java/org/openprivacy/sierra/nym/talon/components/NymFunctionProxy.java:1.3
    --- sierra/src/java/org/openprivacy/sierra/nym/talon/components/NymFunctionProxy.java:1.2 Fri Mar 16 01:11:49 2001
    +++ sierra/src/java/org/openprivacy/sierra/nym/talon/components/NymFunctionProxy.java Wed Mar 21 12:59:33 2001
    @@ -1,4 +1,16 @@
     /*
    + * ----
    + *
    + * $Id: NymFunctionProxy.java,v 1.3 2001/03/21 20:59:33 burton Exp $
    + * $Project: http://sierra.openprivacy.org $
    + * $CVSROOT: :pserver:anoncvs@sierra.openprivacy.org:/usr/local/cvs/public $
    + * $WebCVS: http://www.openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/ $
    + * $Mailing-List: http://www.openprivacy.org/lists/ $
    + * $Bugzilla: http://bugzilla.openprivacy.org/ $
    + *
    + */
    +
    +/*
      * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
    @@ -41,7 +53,7 @@
      * signed/encrypted value will also be incorrct.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: NymFunctionProxy.java,v 1.2 2001/03/16 09:11:49 burton Exp $
    + * @version $Id: NymFunctionProxy.java,v 1.3 2001/03/21 20:59:33 burton Exp $
      */
     public interface NymFunctionProxy extends Component {
     
    @@ -49,14 +61,14 @@
          * Get the Nym which handles these functions.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: NymFunctionProxy.java,v 1.2 2001/03/16 09:11:49 burton Exp $
    + * @version $Id: NymFunctionProxy.java,v 1.3 2001/03/21 20:59:33 burton Exp $
          */
         public Nym getNym();
         
         /**
          * @see #getNym
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: NymFunctionProxy.java,v 1.2 2001/03/16 09:11:49 burton Exp $
    + * @version $Id: NymFunctionProxy.java,v 1.3 2001/03/21 20:59:33 burton Exp $
          */
         public void setNym( Nym nym );
     
    @@ -64,7 +76,7 @@
          * Sign an object.
          
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: NymFunctionProxy.java,v 1.2 2001/03/16 09:11:49 burton Exp $
    + * @version $Id: NymFunctionProxy.java,v 1.3 2001/03/21 20:59:33 burton Exp $
          */
         public byte[] sign( Canonicalizable canon ) throws SierraException;
     
    @@ -72,7 +84,7 @@
          * Encrypt an object.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: NymFunctionProxy.java,v 1.2 2001/03/16 09:11:49 burton Exp $
    + * @version $Id: NymFunctionProxy.java,v 1.3 2001/03/21 20:59:33 burton Exp $
          */
         public byte[] encrypt( Object obj ) throws SierraException;
     



    This archive was generated by hypermail 2b30 : Wed Mar 21 2001 - 12:59:40 PST