org.apache.ws.security.message
Class SignatureCertConstraintsTest

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

public class SignatureCertConstraintsTest
extends org.junit.Assert

A set of test-cases for signing and verifying SOAP requests, where the certificate used to verify the signature is validated against a set of cert constraints.


Constructor Summary
SignatureCertConstraintsTest()
           
 
Method Summary
 void testBSTSignature()
          The test uses the BinarySecurityToken key identifier type.
 void testBSTSignaturePKIPath()
          The test uses the BinarySecurityToken key identifier type.
 
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

SignatureCertConstraintsTest

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

testBSTSignature

public void testBSTSignature()
                      throws java.lang.Exception
The test uses the BinarySecurityToken key identifier type.

Throws:
java.lang.Exception

testBSTSignaturePKIPath

public void testBSTSignaturePKIPath()
                             throws java.lang.Exception
The test uses the BinarySecurityToken key identifier type.

Throws:
java.lang.Exception


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