Bouncy Castle Cryptography 1.30

org.bouncycastle.cms.test
Class SignedDataTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.bouncycastle.cms.test.SignedDataTest
All Implemented Interfaces:
junit.framework.Test

public class SignedDataTest
extends junit.framework.TestCase


Constructor Summary
SignedDataTest(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static junit.framework.Test suite()
           
 void testGOST3411WithGOST3410Encapsulated()
           
 void testNullContentWithSigner()
           
 void testSHA1AndMD5WithRSAEncapsulatedRepeated()
           
 void testSHA1WithRSAEncapsulated()
           
 void testSHA224WithRSAEncapsulated()
           
 void testSHA256WithRSAEncapsulated()
           
 void testUnsortedAttributes()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SignedDataTest

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

main

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

suite

public static junit.framework.Test suite()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

testSHA1AndMD5WithRSAEncapsulatedRepeated

public void testSHA1AndMD5WithRSAEncapsulatedRepeated()

testSHA1WithRSAEncapsulated

public void testSHA1WithRSAEncapsulated()

testSHA224WithRSAEncapsulated

public void testSHA224WithRSAEncapsulated()

testSHA256WithRSAEncapsulated

public void testSHA256WithRSAEncapsulated()

testGOST3411WithGOST3410Encapsulated

public void testGOST3411WithGOST3410Encapsulated()

testUnsortedAttributes

public void testUnsortedAttributes()

testNullContentWithSigner

public void testNullContentWithSigner()

Bouncy Castle Cryptography 1.30