org.bouncycastle.cms.test
public class SignedDataTest extends TestCase
| Constructor Summary | |
|---|---|
| SignedDataTest(String name) | |
| Method Summary | |
|---|---|
| static void | main(String[] args) |
| static Test | suite() |
| void | testCertOrdering1() |
| void | testCertOrdering2() |
| void | testCertStoreReplacement() |
| void | testDSAEncapsulated() |
| void | testECDSAEncapsulated() |
| void | testECDSASHA224Encapsulated() |
| void | testECDSASHA256Encapsulated() |
| void | testECDSASHA384Encapsulated() |
| void | testECDSASHA512Encapsulated() |
| void | testECDSASHA512EncapsulatedWithKeyFactoryAsEC() |
| void | testEncapsulatedCertStoreReplacement() |
| void | testGOST3411WithECGOST3410Encapsulated() |
| void | testGOST3411WithGOST3410Encapsulated() |
| void | testNullContentWithSigner() |
| void | testRIPEMD128WithRSAEncapsulated() |
| void | testRIPEMD160WithRSAEncapsulated() |
| void | testRIPEMD256WithRSAEncapsulated() |
| void | testSHA1AndMD5WithRSAEncapsulatedRepeated() |
| void | testSHA1WithRSAEncapsulated() |
| void | testSHA1WithRSANoAttributes() |
| void | testSHA224WithRSAEncapsulated() |
| void | testSHA256WithRSAEncapsulated() |
| void | testSignerStoreReplacement() |
| void | testUnsortedAttributes() |
| void | testWithAttributeCertificate() |