public class SignedDataStreamTest
extends TestCase
| Constructor and Description |
|---|
SignedDataStreamTest(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
static Test |
suite() |
void |
testAttributeGenerators() |
void |
testCertOrdering1() |
void |
testCertOrdering2() |
void |
testCertStoreReplacement() |
void |
testDSANoAttributes() |
void |
testEarlyInvalidKeyException() |
void |
testEarlyNoSuchAlgorithmException() |
void |
testEncapsulatedCertStoreReplacement() |
void |
testEncapsulatedSignerStoreReplacement() |
void |
testSHA1AndMD5WithRSA() |
void |
testSha1EncapsulatedSignature() |
void |
testSHA1WithRSA() |
void |
testSHA1WithRSAEncapsulated() |
void |
testSHA1WithRSAEncapsulatedBuffered() |
void |
testSHA1WithRSAEncapsulatedBufferedStream() |
void |
testSHA1WithRSAEncapsulatedSubjectKeyID() |
void |
testSHA1WithRSANoAttributes() |
void |
testSHA1WithRSANonData() |
void |
testSignerStoreReplacement() |
void |
testWithAttributeCertificate() |
public void testEarlyInvalidKeyException()
throws java.lang.Exception
java.lang.Exceptionpublic void testEarlyNoSuchAlgorithmException()
throws java.lang.Exception
java.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 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 static Test suite()
throws java.lang.Exception
java.lang.Exception