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

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

public class TestGssXMLEncryption
extends TestCase

See Also:
Serialized Form

Constructor Summary
TestGssXMLEncryption(java.lang.String name)
           
 
Method Summary
protected  void createContexts()
           
protected  SOAPEnvelope getSOAPEnvelope()
           
static void main(java.lang.String[] args)
           
protected  void setUp()
           
static Test suite()
           
protected  void tearDown()
           
 void testDecryptWithWrongContext()
           
 void testRemoveBodyDecrypt()
           
 void testSuccessfulDecrypt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestGssXMLEncryption

public TestGssXMLEncryption(java.lang.String name)
Method Detail

suite

public static Test suite()

main

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

setUp

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

getSOAPEnvelope

protected SOAPEnvelope getSOAPEnvelope()
                                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

testSuccessfulDecrypt

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

testRemoveBodyDecrypt

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

testDecryptWithWrongContext

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