public class NewSignedDataStreamTest
extends junit.framework.TestCase
| Constructor and Description |
|---|
NewSignedDataStreamTest(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
static junit.framework.Test |
suite() |
void |
testAttributeGenerators() |
void |
testCertOrdering1() |
void |
testCertOrdering2() |
void |
testCertsOnly() |
void |
testCertStoreReplacement() |
void |
testDSANoAttributes() |
void |
testEncapsulatedCertStoreReplacement() |
void |
testEncapsulatedSignerStoreReplacement() |
void |
testMSPKCS7() |
void |
testSHA1AndMD5WithRSA() |
void |
testSha1EncapsulatedSignature() |
void |
testSHA1WithRSA() |
void |
testSHA1WithRSAAndOtherRevocation() |
void |
testSHA1WithRSAEncapsulated() |
void |
testSHA1WithRSAEncapsulatedBuffered() |
void |
testSHA1WithRSAEncapsulatedBufferedStream() |
void |
testSHA1WithRSAEncapsulatedSubjectKeyID() |
void |
testSHA1WithRSANoAttributes() |
void |
testSHA1WithRSANonData() |
void |
testSignerStoreReplacement() |
void |
testWithAttributeCertificate() |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toStringassertEquals, 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, failpublic void setUp()
throws java.lang.Exception
setUp in class junit.framework.TestCasejava.lang.Exceptionpublic void testSha1EncapsulatedSignature()
throws java.lang.Exception
java.lang.Exceptionpublic void testSHA1WithRSANoAttributes()
throws java.lang.Exception
java.lang.Exceptionpublic void testDSANoAttributes()
throws java.lang.Exception
java.lang.Exceptionpublic void testSHA1WithRSA()
throws java.lang.Exception
java.lang.Exceptionpublic void testSHA1WithRSAAndOtherRevocation()
throws java.lang.Exception
java.lang.Exceptionpublic void testSHA1WithRSANonData()
throws java.lang.Exception
java.lang.Exceptionpublic void testSHA1AndMD5WithRSA()
throws java.lang.Exception
java.lang.Exceptionpublic void testSHA1WithRSAEncapsulatedBufferedStream()
throws java.lang.Exception
java.lang.Exceptionpublic void testSHA1WithRSAEncapsulatedBuffered()
throws java.lang.Exception
java.lang.Exceptionpublic void testSHA1WithRSAEncapsulated()
throws java.lang.Exception
java.lang.Exceptionpublic void testSHA1WithRSAEncapsulatedSubjectKeyID()
throws java.lang.Exception
java.lang.Exceptionpublic void testAttributeGenerators()
throws java.lang.Exception
java.lang.Exceptionpublic void testWithAttributeCertificate()
throws java.lang.Exception
java.lang.Exceptionpublic void testSignerStoreReplacement()
throws java.lang.Exception
java.lang.Exceptionpublic void testEncapsulatedSignerStoreReplacement()
throws java.lang.Exception
java.lang.Exceptionpublic void testCertStoreReplacement()
throws java.lang.Exception
java.lang.Exceptionpublic void testEncapsulatedCertStoreReplacement()
throws java.lang.Exception
java.lang.Exceptionpublic void testCertOrdering1()
throws java.lang.Exception
java.lang.Exceptionpublic void testCertOrdering2()
throws java.lang.Exception
java.lang.Exceptionpublic void testCertsOnly()
throws java.lang.Exception
java.lang.Exceptionpublic void testMSPKCS7()
throws java.lang.Exception
java.lang.Exceptionpublic static junit.framework.Test suite()
throws java.lang.Exception
java.lang.Exception