webfunds.token
Class Test

java.lang.Object
  |
  +--webfunds.token.Test

public final class Test
extends java.lang.Object


Constructor Summary
Test()
           
 
Method Summary
static void createprotos()
           
static void generate(int typ, byte log)
           
static void generate(ParamsPair pair, byte log)
           
protected static java.security.PublicKey getSignKey()
           
protected static void logmsg(java.lang.String s)
           
static void main(java.lang.String[] args)
           
static void signblinded()
           
static void test(int typ)
           
static void transfercoinclient()
           
static void transfercoinsserver()
           
static void unblindsigned()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
Method Detail

logmsg

protected static void logmsg(java.lang.String s)

getSignKey

protected static java.security.PublicKey getSignKey()
                                             throws java.lang.Exception

generate

public static void generate(ParamsPair pair,
                            byte log)
                     throws java.lang.Exception

generate

public static void generate(int typ,
                            byte log)
                     throws java.lang.Exception

createprotos

public static void createprotos()
                         throws DataFormatException,
                                java.lang.Exception

signblinded

public static void signblinded()
                        throws DataFormatException,
                               java.lang.Exception

unblindsigned

public static void unblindsigned()
                          throws DataFormatException,
                                 java.lang.Exception

transfercoinclient

public static void transfercoinclient()
                               throws DataFormatException,
                                      java.lang.Exception

transfercoinsserver

public static void transfercoinsserver()
                                throws DataFormatException,
                                       java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception

test

public static void test(int typ)
                 throws java.lang.Exception