rice.p2p.util.testing
Class SecurityUtilsUnit

java.lang.Object
  extended by rice.p2p.util.testing.SecurityUtilsUnit

public class SecurityUtilsUnit
extends Object


Constructor Summary
SecurityUtilsUnit()
           
 
Method Summary
static void main(String[] argv)
          Tests the security service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityUtilsUnit

public SecurityUtilsUnit()
Method Detail

main

public static void main(String[] argv)
                 throws NoSuchAlgorithmException,
                        IOException,
                        ClassNotFoundException
Tests the security service.

Parameters:
argv - The command line arguments
Throws:
NoSuchAlgorithmException - If the encryption does not happen properly
IOException - If the encryption does not happen properly
ClassNotFoundException - If the encryption does not happen properly


Copyright © 2010. All Rights Reserved.