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

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/query/talon/components"

    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/talon/implementations

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

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

    Modified Files:
            SimpleNym.java SimpleNymBuilder.java
            SimpleNymFunctionProxy.java
    Log Message:
    added header

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNym.java

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

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNym.java?annotate=1.9

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNym.java?rev=1.9&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/implementations/SimpleNym.java.diff?r1=1.9&r2=1.8

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

    Index: sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNym.java
    diff -u sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNym.java:1.8 sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNym.java:1.9
    --- sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNym.java:1.8 Fri Mar 16 01:11:50 2001
    +++ sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNym.java Wed Mar 21 12:59:33 2001
    @@ -1,4 +1,16 @@
     /*
    + * ----
    + *
    + * $Id: SimpleNym.java,v 1.9 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
    @@ -28,7 +40,7 @@
     /**
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SimpleNym.java,v 1.8 2001/03/16 09:11:50 burton Exp $
    + * @version $Id: SimpleNym.java,v 1.9 2001/03/21 20:59:33 burton Exp $
      */
     public class SimpleNym extends BaseComponent implements Component, Nym {
     
    @@ -54,7 +66,7 @@
         /**
          * @see Nym
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SimpleNym.java,v 1.8 2001/03/16 09:11:50 burton Exp $
    + * @version $Id: SimpleNym.java,v 1.9 2001/03/21 20:59:33 burton Exp $
          */
         public PublicKey getPublicKey() {
             return this.publicKey;
    @@ -63,7 +75,7 @@
         /**
          * @see Nym
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SimpleNym.java,v 1.8 2001/03/16 09:11:50 burton Exp $
    + * @version $Id: SimpleNym.java,v 1.9 2001/03/21 20:59:33 burton Exp $
          */
         public Nym getNym() {
             return null;
    @@ -73,7 +85,7 @@
          *
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SimpleNym.java,v 1.8 2001/03/16 09:11:50 burton Exp $
    + * @version $Id: SimpleNym.java,v 1.9 2001/03/21 20:59:33 burton Exp $
          */
         public String getName() {
             return this.getComponentHandle().getInitProperties().getString( NYM_NAME_KEY );
    @@ -83,7 +95,7 @@
         /**
          * @see Canonicalizable
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SimpleNym.java,v 1.8 2001/03/16 09:11:50 burton Exp $
    + * @version $Id: SimpleNym.java,v 1.9 2001/03/21 20:59:33 burton Exp $
          */
         public byte[] getCanonicalFormat() {
     
    @@ -97,7 +109,7 @@
      * Simple Key impl.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SimpleNym.java,v 1.8 2001/03/16 09:11:50 burton Exp $
    + * @version $Id: SimpleNym.java,v 1.9 2001/03/21 20:59:33 burton Exp $
      */
     class SimplePublicKey implements PublicKey {
     

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNymBuilder.java

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

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNymBuilder.java?annotate=1.10

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNymBuilder.java?rev=1.10&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/implementations/SimpleNymBuilder.java.diff?r1=1.10&r2=1.9

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

    Index: sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNymBuilder.java
    diff -u sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNymBuilder.java:1.9 sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNymBuilder.java:1.10
    --- sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNymBuilder.java:1.9 Wed Mar 14 21:51:20 2001
    +++ sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNymBuilder.java Wed Mar 21 12:59:33 2001
    @@ -1,4 +1,16 @@
     /*
    + * ----
    + *
    + * $Id: SimpleNymBuilder.java,v 1.10 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
    @@ -39,7 +51,7 @@
      * </ul>
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SimpleNymBuilder.java,v 1.9 2001/03/15 05:51:20 burton Exp $
    + * @version $Id: SimpleNymBuilder.java,v 1.10 2001/03/21 20:59:33 burton Exp $
      */
     public class SimpleNymBuilder extends BaseComponent implements Component, NymBuilder {
     
    @@ -65,7 +77,7 @@
          * initialize this...
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SimpleNymBuilder.java,v 1.9 2001/03/15 05:51:20 burton Exp $
    + * @version $Id: SimpleNymBuilder.java,v 1.10 2001/03/21 20:59:33 burton Exp $
          */
         public void init() throws TalonException {
     
    @@ -78,7 +90,7 @@
         /**
          * @see NymBuilder
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SimpleNymBuilder.java,v 1.9 2001/03/15 05:51:20 burton Exp $
    + * @version $Id: SimpleNymBuilder.java,v 1.10 2001/03/21 20:59:33 burton Exp $
          */
         public Nym getNym() throws SierraException {
     
    @@ -101,7 +113,7 @@
         /**
          * @see NymBuilder
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SimpleNymBuilder.java,v 1.9 2001/03/15 05:51:20 burton Exp $
    + * @version $Id: SimpleNymBuilder.java,v 1.10 2001/03/21 20:59:33 burton Exp $
          */
         public NymFunctionProxy getNymFunctionProxy() throws SierraException {
     

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNymFunctionProxy.java

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

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNymFunctionProxy.java?annotate=1.7

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNymFunctionProxy.java?rev=1.7&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/implementations/SimpleNymFunctionProxy.java.diff?r1=1.7&r2=1.6

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

    Index: sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNymFunctionProxy.java
    diff -u sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNymFunctionProxy.java:1.6 sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNymFunctionProxy.java:1.7
    --- sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNymFunctionProxy.java:1.6 Fri Mar 16 01:11:50 2001
    +++ sierra/src/java/org/openprivacy/sierra/nym/talon/implementations/SimpleNymFunctionProxy.java Wed Mar 21 12:59:33 2001
    @@ -1,4 +1,16 @@
     /*
    + * ----
    + *
    + * $Id: SimpleNymFunctionProxy.java,v 1.7 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
    @@ -33,7 +45,7 @@
      * not cryptographically valid.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SimpleNymFunctionProxy.java,v 1.6 2001/03/16 09:11:50 burton Exp $
    + * @version $Id: SimpleNymFunctionProxy.java,v 1.7 2001/03/21 20:59:33 burton Exp $
      */
     public class SimpleNymFunctionProxy extends BaseComponent implements Component, NymFunctionProxy {
         
    @@ -46,7 +58,7 @@
     
         /**
          * @see NymFunctionProxy
    - * @version $Id: SimpleNymFunctionProxy.java,v 1.6 2001/03/16 09:11:50 burton Exp $
    + * @version $Id: SimpleNymFunctionProxy.java,v 1.7 2001/03/21 20:59:33 burton Exp $
          */
         public Nym getNym() {
             return this.nym;
    @@ -55,7 +67,7 @@
         
         /**
          * @see NymFunctionProxy
    - * @version $Id: SimpleNymFunctionProxy.java,v 1.6 2001/03/16 09:11:50 burton Exp $
    + * @version $Id: SimpleNymFunctionProxy.java,v 1.7 2001/03/21 20:59:33 burton Exp $
          */
         public void setNym( Nym nym ) {
             this.nym = nym;
    @@ -63,7 +75,7 @@
                                            
         /**
          * @see NymFunctionProxy
    - * @version $Id: SimpleNymFunctionProxy.java,v 1.6 2001/03/16 09:11:50 burton Exp $
    + * @version $Id: SimpleNymFunctionProxy.java,v 1.7 2001/03/21 20:59:33 burton Exp $
          */
         public byte[] sign( Canonicalizable canon ) throws SierraException {
     
    @@ -81,7 +93,7 @@
         
         /**
          * @see NymFunctionProxy
    - * @version $Id: SimpleNymFunctionProxy.java,v 1.6 2001/03/16 09:11:50 burton Exp $
    + * @version $Id: SimpleNymFunctionProxy.java,v 1.7 2001/03/21 20:59:33 burton Exp $
          */
         public byte[] encrypt( Object obj ) throws SierraException {
             throw new RuntimeException( "Not implemented yet." );



    This archive was generated by hypermail 2b30 : Wed Mar 21 2001 - 13:00:05 PST