org.globus.ogsa.impl.security.authentication.test
Class TestPerformance

java.lang.Object
  extended byorg.globus.ogsa.impl.security.authentication.test.TestPerformance

public class TestPerformance
extends java.lang.Object


Constructor Summary
TestPerformance()
           
 
Method Summary
protected  void createContexts()
           
protected  SOAPEnvelope getSOAPEnvelope(int size)
           
protected  SOAPEnvelope getSOAPEnvelope(int size, boolean simple)
           
static void main(java.lang.String[] args)
           
protected  void setUp()
           
protected  void tearDown()
           
 void testGssEncryption()
           
protected  double testGssEncryption(int size)
           
 void testGssSignature()
           
protected  double testGssSignature(int size)
           
 void testX509Signature()
           
protected  double testX509Signature(int size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestPerformance

public TestPerformance()
Method Detail

main

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

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

getSOAPEnvelope

protected SOAPEnvelope getSOAPEnvelope(int size)
                                throws java.lang.Exception
Throws:
java.lang.Exception

getSOAPEnvelope

protected SOAPEnvelope getSOAPEnvelope(int size,
                                       boolean simple)
                                throws java.lang.Exception
Throws:
java.lang.Exception

createContexts

protected void createContexts()
                       throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testGssSignature

public void testGssSignature()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testGssSignature

protected double testGssSignature(int size)
                           throws java.lang.Exception
Throws:
java.lang.Exception

testGssEncryption

public void testGssEncryption()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testGssEncryption

protected double testGssEncryption(int size)
                            throws java.lang.Exception
Throws:
java.lang.Exception

testX509Signature

public void testX509Signature()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testX509Signature

protected double testX509Signature(int size)
                            throws java.lang.Exception
Throws:
java.lang.Exception