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

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

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

    Date: Thursday February 22, 19101 @ 22:03
    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/tests

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

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

    Modified Files:
            Test7.java
    Log Message:
    signature support works fine...

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/tests/Test7.java

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

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/tests/Test7.java
    diff -u sierra/src/java/org/openprivacy/sierra/tests/Test7.java:1.1 sierra/src/java/org/openprivacy/sierra/tests/Test7.java:1.2
    --- sierra/src/java/org/openprivacy/sierra/tests/Test7.java:1.1 Thu Feb 22 21:59:00 2001
    +++ sierra/src/java/org/openprivacy/sierra/tests/Test7.java Thu Feb 22 22:03:20 2001
    @@ -32,7 +32,7 @@
      * obtaining the actual Nym, etc).
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test7.java,v 1.1 2001/02/23 05:59:00 burton Exp $
    + * @version $Id: Test7.java,v 1.2 2001/02/23 06:03:20 burton Exp $
      */
     public class Test7 extends BaseTest {
     
    @@ -51,7 +51,13 @@
     
             NymFunctionProxy nfp = nb.getNymFunctionProxy();
     
    - nfp.sign( "hello world" );
    + String message = "hello world";
    +
    + System.out.println( " Signing message: " + message );
    +
    + byte[] signature = nfp.sign( message );
    +
    + System.out.println( " result == " + signature );
             
         }
     



    This archive was generated by hypermail 2b30 : Thu Feb 22 2001 - 22:03:21 PST