org.apache.ws.security.message
Class EncryptionAlgorithmSuiteTest

java.lang.Object
  extended by org.junit.Assert
      extended by org.apache.ws.security.message.EncryptionAlgorithmSuiteTest

public class EncryptionAlgorithmSuiteTest
extends org.junit.Assert

A set of test-cases for encrypting and decrypting SOAP requests when specifying an AlgorithmSuite policy.


Constructor Summary
EncryptionAlgorithmSuiteTest()
           
 
Method Summary
 void testEncryption()
           
 void testEncryptionKeyTransportRSA15()
           
 void testEncryptionMethodAES128()
           
 void testSymmetricEncryption()
           
 
Methods inherited from class org.junit.Assert
assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertThat, assertThat, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptionAlgorithmSuiteTest

public EncryptionAlgorithmSuiteTest()
                             throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

testEncryption

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

testEncryptionKeyTransportRSA15

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

testEncryptionMethodAES128

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

testSymmetricEncryption

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


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.