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.Exception
public void testEarlyNoSuchAlgorithmException() throws java.lang.Exception
java.lang.Exception
public void testSha1EncapsulatedSignature() throws java.lang.Exception
java.lang.Exception
public void testSHA1WithRSANoAttributes() throws java.lang.Exception
java.lang.Exception
public void testDSANoAttributes() throws java.lang.Exception
java.lang.Exception
public void testSHA1WithRSA() throws java.lang.Exception
java.lang.Exception
public void testSHA1WithRSANonData() throws java.lang.Exception
java.lang.Exception
public void testSHA1AndMD5WithRSA() throws java.lang.Exception
java.lang.Exception
public void testSHA1WithRSAEncapsulatedBufferedStream() throws java.lang.Exception
java.lang.Exception
public void testSHA1WithRSAEncapsulatedBuffered() throws java.lang.Exception
java.lang.Exception
public void testSHA1WithRSAEncapsulated() throws java.lang.Exception
java.lang.Exception
public void testSHA1WithRSAEncapsulatedSubjectKeyID() throws java.lang.Exception
java.lang.Exception
public void testAttributeGenerators() throws java.lang.Exception
java.lang.Exception
public void testWithAttributeCertificate() throws java.lang.Exception
java.lang.Exception
public void testSignerStoreReplacement() throws java.lang.Exception
java.lang.Exception
public void testEncapsulatedSignerStoreReplacement() throws java.lang.Exception
java.lang.Exception
public void testCertStoreReplacement() throws java.lang.Exception
java.lang.Exception
public void testEncapsulatedCertStoreReplacement() throws java.lang.Exception
java.lang.Exception
public void testCertOrdering1() throws java.lang.Exception
java.lang.Exception
public void testCertOrdering2() throws java.lang.Exception
java.lang.Exception
public static Test suite() throws java.lang.Exception
java.lang.Exception