org.bouncycastle.cms.test

Class SignedDataTest


public class SignedDataTest
extends TestCase

Constructor Summary

SignedDataTest(String name)

Method Summary

static void
main(args[] )
static Test
suite()
void
testCertOrdering1()
void
testCertOrdering2()
void
testCertStoreReplacement()
void
testDSAEncapsulated()
void
testDetachedVerification()
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
testSHA1WithRSAAndAttributeTable()
void
testSHA1WithRSACounterSignature()
void
testSHA1WithRSAEncapsulated()
void
testSHA1WithRSANoAttributes()
void
testSHA224WithRSAEncapsulated()
void
testSHA256WithRSAEncapsulated()
void
testSignerStoreReplacement()
void
testUnsortedAttributes()
void
testWithAttributeCertificate()

Constructor Details

SignedDataTest

public SignedDataTest(String name)

Method Details

main

public static void main(args[] )

suite

public static Test suite()
            throws Exception

testCertOrdering1

public void testCertOrdering1()
            throws Exception

testCertOrdering2

public void testCertOrdering2()
            throws Exception

testCertStoreReplacement

public void testCertStoreReplacement()
            throws Exception

testDSAEncapsulated

public void testDSAEncapsulated()
            throws Exception

testDetachedVerification

public void testDetachedVerification()
            throws Exception

testECDSAEncapsulated

public void testECDSAEncapsulated()
            throws Exception

testECDSASHA224Encapsulated

public void testECDSASHA224Encapsulated()
            throws Exception

testECDSASHA256Encapsulated

public void testECDSASHA256Encapsulated()
            throws Exception

testECDSASHA384Encapsulated

public void testECDSASHA384Encapsulated()
            throws Exception

testECDSASHA512Encapsulated

public void testECDSASHA512Encapsulated()
            throws Exception

testECDSASHA512EncapsulatedWithKeyFactoryAsEC

public void testECDSASHA512EncapsulatedWithKeyFactoryAsEC()
            throws Exception

testEncapsulatedCertStoreReplacement

public void testEncapsulatedCertStoreReplacement()
            throws Exception

testGOST3411WithECGOST3410Encapsulated

public void testGOST3411WithECGOST3410Encapsulated()
            throws Exception

testGOST3411WithGOST3410Encapsulated

public void testGOST3411WithGOST3410Encapsulated()
            throws Exception

testNullContentWithSigner

public void testNullContentWithSigner()
            throws Exception

testRIPEMD128WithRSAEncapsulated

public void testRIPEMD128WithRSAEncapsulated()
            throws Exception

testRIPEMD160WithRSAEncapsulated

public void testRIPEMD160WithRSAEncapsulated()
            throws Exception

testRIPEMD256WithRSAEncapsulated

public void testRIPEMD256WithRSAEncapsulated()
            throws Exception

testSHA1AndMD5WithRSAEncapsulatedRepeated

public void testSHA1AndMD5WithRSAEncapsulatedRepeated()
            throws Exception

testSHA1WithRSAAndAttributeTable

public void testSHA1WithRSAAndAttributeTable()
            throws Exception

testSHA1WithRSACounterSignature

public void testSHA1WithRSACounterSignature()
            throws Exception

testSHA1WithRSAEncapsulated

public void testSHA1WithRSAEncapsulated()
            throws Exception

testSHA1WithRSANoAttributes

public void testSHA1WithRSANoAttributes()
            throws Exception

testSHA224WithRSAEncapsulated

public void testSHA224WithRSAEncapsulated()
            throws Exception

testSHA256WithRSAEncapsulated

public void testSHA256WithRSAEncapsulated()
            throws Exception

testSignerStoreReplacement

public void testSignerStoreReplacement()
            throws Exception

testUnsortedAttributes

public void testUnsortedAttributes()
            throws Exception

testWithAttributeCertificate

public void testWithAttributeCertificate()
            throws Exception