CVS update: sierra/src/java/org/openprivacy/sierra/reputation/talon/interfaces

From: cvs@openprivacy.org
Date: Thu Feb 22 2001 - 20:37:09 PST

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

    Date: Thursday February 22, 19101 @ 20:37
    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/reputation/talon/interfaces

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

    Update of /usr/local/cvs/public/sierra/src/java/org/openprivacy/sierra/reputation/talon/interfaces
    In directory giga:/tmp/cvs-serv32191/src/java/org/openprivacy/sierra/reputation/talon/interfaces

    Modified Files:
            Reputation.java
    Log Message:
    simple nym should be working... just MD5s its signatures

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/reputation/talon/interfaces/Reputation.java

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

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/reputation/talon/interfaces/Reputation.java?annotate=1.3

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/reputation/talon/interfaces/Reputation.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/reputation/talon/interfaces/Reputation.java.diff?r1=1.3&r2=1.2

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

    Index: sierra/src/java/org/openprivacy/sierra/reputation/talon/interfaces/Reputation.java
    diff -u sierra/src/java/org/openprivacy/sierra/reputation/talon/interfaces/Reputation.java:1.2 sierra/src/java/org/openprivacy/sierra/reputation/talon/interfaces/Reputation.java:1.3
    --- sierra/src/java/org/openprivacy/sierra/reputation/talon/interfaces/Reputation.java:1.2 Tue Feb 20 14:06:43 2001
    +++ sierra/src/java/org/openprivacy/sierra/reputation/talon/interfaces/Reputation.java Thu Feb 22 20:37:09 2001
    @@ -31,7 +31,7 @@
      *
      * @see http://www.openprivacy.org/reputations for more info on reputations.
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Reputation.java,v 1.2 2001/02/20 22:06:43 burton Exp $
    + * @version $Id: Reputation.java,v 1.3 2001/02/23 04:37:09 burton Exp $
      */
     public interface Reputation extends Component {
     
    @@ -39,28 +39,28 @@
          * Return the reference for this Reputation. This will usually be a URI.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Reputation.java,v 1.2 2001/02/20 22:06:43 burton Exp $
    + * @version $Id: Reputation.java,v 1.3 2001/02/23 04:37:09 burton Exp $
          */
         public Reference getReference();
          
         /**
          * @see setReference
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Reputation.java,v 1.2 2001/02/20 22:06:43 burton Exp $
    + * @version $Id: Reputation.java,v 1.3 2001/02/23 04:37:09 burton Exp $
          */
         public void setReference( Reference reference );
      
         /**
          * @see Nym
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Reputation.java,v 1.2 2001/02/20 22:06:43 burton Exp $
    + * @version $Id: Reputation.java,v 1.3 2001/02/23 04:37:09 burton Exp $
          */
         public Nym getNym();
      
         /**
          * @see Nym
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Reputation.java,v 1.2 2001/02/20 22:06:43 burton Exp $
    + * @version $Id: Reputation.java,v 1.3 2001/02/23 04:37:09 burton Exp $
          */
         public void setNym( Nym nym );
      
    @@ -68,21 +68,21 @@
         /**
          * @see Payload
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Reputation.java,v 1.2 2001/02/20 22:06:43 burton Exp $
    + * @version $Id: Reputation.java,v 1.3 2001/02/23 04:37:09 burton Exp $
          */
         public Enumeration getPayloads();
      
         /**
          * @see Payload
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Reputation.java,v 1.2 2001/02/20 22:06:43 burton Exp $
    + * @version $Id: Reputation.java,v 1.3 2001/02/23 04:37:09 burton Exp $
          */
         public void addPayload( Payload payload );
     
         /**
          * @see Payload
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Reputation.java,v 1.2 2001/02/20 22:06:43 burton Exp $
    + * @version $Id: Reputation.java,v 1.3 2001/02/23 04:37:09 burton Exp $
          */
         public void removePayload( Payload payload );
         
    @@ -90,11 +90,11 @@
          * <p>
          * Return a unique, possibly verifiable, hash for this Reputation.
          *
    - * <p> Depending on the principal, this will compute (and cache) a Hash
    - * value for this object. In most real world situations, this will be
    - * computed from the private key of the principal. If based on a
    - * private/public key pair this must be computed before it is sent to a
    - * Reputation Server because an RS can't compute it without the private key.
    + * <p> Depending on the principal, this will return a Hash value for this
    + * object. In most real world situations, this will be computed from the
    + * private key of the principal. If based on a private/public key pair this
    + * must be computed before it is sent to a Reputation Server because an RS
    + * can't compute it without the private key.
          *
          * <p>
          * There are numerous methods of generating a hash:
    @@ -108,21 +108,34 @@
          * should remain).
          * <ul>
          *
    + * <p> Note that if this object is modified it's SignatureValue needs to be
    + * updated.
    + *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Reputation.java,v 1.2 2001/02/20 22:06:43 burton Exp $
    + * @version $Id: Reputation.java,v 1.3 2001/02/23 04:37:09 burton Exp $
          */
         public SignatureValue getSignatureValue();
    +
    +
    + /**
    + * @see #getSignatureValue
    + * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    + * @version $Id: Reputation.java,v 1.3 2001/02/23 04:37:09 burton Exp $
    + */
    + public void setSignatureValue( SignatureValue sv );
         
         /**
    - * <p>Get the URI for this Reputation. Should be something like:
    + * <p>Get the URI for this Reputation. Should be:
          *
          * reputation://[SERVER]/PRINCIPAL/HASH
          *
          * <p>
    - * SERVER is optional.
    + * SERVER is optional.
    + *
    + * <p> The PRINCIPAL and HASH information needs to be ascii armored.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Reputation.java,v 1.2 2001/02/20 22:06:43 burton Exp $
    + * @version $Id: Reputation.java,v 1.3 2001/02/23 04:37:09 burton Exp $
          */
         public URI getURI();
     
    @@ -131,7 +144,7 @@
          * saving the date, expiration ( or any meta-info ) should be done here.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Reputation.java,v 1.2 2001/02/20 22:06:43 burton Exp $
    + * @version $Id: Reputation.java,v 1.3 2001/02/23 04:37:09 burton Exp $
          */
         public PropertyManager getPropertyManager();
         



    This archive was generated by hypermail 2b30 : Thu Feb 22 2001 - 20:38:11 PST