Package org.apache.wss4j.dom.handler
Class SecurityActionTokenTest
- java.lang.Object
-
- org.apache.wss4j.dom.handler.SecurityActionTokenTest
-
public class SecurityActionTokenTest extends Object
This is a set of tests for using SecurityActionTokens to configure various Actions.
-
-
Constructor Summary
Constructors Constructor Description SecurityActionTokenTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestAsymmetricDoubleEncryption()voidtestAsymmetricDoubleSignature()voidtestAsymmetricEncryption()voidtestAsymmetricEncryptionIncludeToken()voidtestAsymmetricSignature()voidtestAsymmetricSignatureEncryption()voidtestMixedDoubleEncryption()voidtestMixedDoubleSignature()voidtestSymmetricEncryption()voidtestSymmetricSignature()voidtestSymmetricSignatureEncryption()voidtestSymmetricSignatureEncryptionResponse()
-
-
-
Constructor Detail
-
SecurityActionTokenTest
public SecurityActionTokenTest() throws WSSecurityException- Throws:
WSSecurityException
-
-
Method Detail
-
testAsymmetricSignature
@Test public void testAsymmetricSignature() throws Exception- Throws:
Exception
-
testSymmetricSignature
@Test public void testSymmetricSignature() throws Exception- Throws:
Exception
-
testAsymmetricDoubleSignature
@Test public void testAsymmetricDoubleSignature() throws Exception- Throws:
Exception
-
testMixedDoubleSignature
@Test public void testMixedDoubleSignature() throws Exception- Throws:
Exception
-
testAsymmetricEncryption
@Test public void testAsymmetricEncryption() throws Exception- Throws:
Exception
-
testAsymmetricEncryptionIncludeToken
@Test public void testAsymmetricEncryptionIncludeToken() throws Exception- Throws:
Exception
-
testSymmetricEncryption
@Test public void testSymmetricEncryption() throws Exception- Throws:
Exception
-
testAsymmetricDoubleEncryption
@Test public void testAsymmetricDoubleEncryption() throws Exception- Throws:
Exception
-
testMixedDoubleEncryption
@Test public void testMixedDoubleEncryption() throws Exception- Throws:
Exception
-
testAsymmetricSignatureEncryption
@Test public void testAsymmetricSignatureEncryption() throws Exception- Throws:
Exception
-
testSymmetricSignatureEncryption
@Test public void testSymmetricSignatureEncryption() throws Exception- Throws:
Exception
-
-