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

From: cvs@openprivacy.org
Date: Wed Feb 07 2001 - 13:26:42 PST

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

    Date: Wednesday February 7, 19101 @ 13:26
    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/talon/interfaces

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

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

    Modified Files:
            Reputation.java
    Added Files:
            Reference.java
    Log Message:
    ...

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

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

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

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/talon/interfaces/Reference.java?rev=1.1&content-type=text/x-cvsweb-markup

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

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

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

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/talon/interfaces/Reputation.java
    diff -u sierra/src/java/org/openprivacy/sierra/talon/interfaces/Reputation.java:1.1 sierra/src/java/org/openprivacy/sierra/talon/interfaces/Reputation.java:1.2
    --- sierra/src/java/org/openprivacy/sierra/talon/interfaces/Reputation.java:1.1 Wed Feb 7 03:08:08 2001
    +++ sierra/src/java/org/openprivacy/sierra/talon/interfaces/Reputation.java Wed Feb 7 13:26:42 2001
    @@ -27,31 +27,31 @@
      * Results from a Reputation server request.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Reputation.java,v 1.1 2001/02/07 11:08:08 burton Exp $
    + * @version $Id: Reputation.java,v 1.2 2001/02/07 21:26:42 burton Exp $
      */
     public interface Reputation extends Component {
     
         /**
    + * 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.1 2001/02/07 11:08:08 burton Exp $
    + * @version $Id: Reputation.java,v 1.2 2001/02/07 21:26:42 burton Exp $
          */
    - public URI getReference();
    + public Reference getReference();
          
         /**
          *
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Reputation.java,v 1.1 2001/02/07 11:08:08 burton Exp $
    + * @version $Id: Reputation.java,v 1.2 2001/02/07 21:26:42 burton Exp $
          */
    - public void setReference( String reference );
    + public void setReference( Reference reference );
      
         /**
          *
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Reputation.java,v 1.1 2001/02/07 11:08:08 burton Exp $
    + * @version $Id: Reputation.java,v 1.2 2001/02/07 21:26:42 burton Exp $
          */
         public Principal getPrincipal();
      
    @@ -59,7 +59,7 @@
          *
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Reputation.java,v 1.1 2001/02/07 11:08:08 burton Exp $
    + * @version $Id: Reputation.java,v 1.2 2001/02/07 21:26:42 burton Exp $
          */
         public void setPrincipal( Principal principal );
      
    @@ -68,7 +68,7 @@
          *
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Reputation.java,v 1.1 2001/02/07 11:08:08 burton Exp $
    + * @version $Id: Reputation.java,v 1.2 2001/02/07 21:26:42 burton Exp $
          */
         public Payload getPayload();
      
    @@ -76,7 +76,7 @@
          *
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Reputation.java,v 1.1 2001/02/07 11:08:08 burton Exp $
    + * @version $Id: Reputation.java,v 1.2 2001/02/07 21:26:42 burton Exp $
          */
         public void setPayload( Payload payload );
         
    @@ -84,12 +84,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 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>
          * There are numerous methods of generating a hash:
    @@ -104,9 +103,9 @@
          * <ul>
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Reputation.java,v 1.1 2001/02/07 11:08:08 burton Exp $
    + * @version $Id: Reputation.java,v 1.2 2001/02/07 21:26:42 burton Exp $
          */
    - public String getHash();
    + public Signature getSignature();
     
         
         /**
    @@ -118,8 +117,18 @@
          * SERVER is optional.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Reputation.java,v 1.1 2001/02/07 11:08:08 burton Exp $
    + * @version $Id: Reputation.java,v 1.2 2001/02/07 21:26:42 burton Exp $
          */
         public URI getURI();
    +
    + /**
    + * Obtain a PropertyManager for this Reputation. All operations such as
    + * 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/07 21:26:42 burton Exp $
    + */
    + public PropertyManager getPropertyManager();
         
     }
    +



    This archive was generated by hypermail 2b30 : Wed Feb 07 2001 - 13:26:42 PST