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

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

public class TestGssXMLSignature
extends TestCase

See Also:
Serialized Form

Constructor Summary
TestGssXMLSignature(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 testChangeBodyVerify()
           
 void testChangeDigest()
           
 void testRemoveBodyVerify()
           
 void testSuccessfulVerify()
           
 void testVerifyWithWrongContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestGssXMLSignature

public TestGssXMLSignature(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

testSuccessfulVerify

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

testRemoveBodyVerify

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

testChangeBodyVerify

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

testChangeDigest

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

testVerifyWithWrongContext

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