public class

SignedDataTest

extends TestCase
java.lang.Object
   ↳ TestCase
     ↳ org.bouncycastle.cms.test.SignedDataTest

Summary

Fields
public static byte[] xtraCounterSig
Public Constructors
SignedDataTest(String name)
Public Methods
static void main(String[] args)
static Test suite()
void testCertOrdering1()
void testCertOrdering2()
void testCertStoreReplacement()
void testCounterSig()
void testDSAEncapsulated()
void testDSAEncapsulatedSubjectKeyID()
void testDetachedVerification()
void testECDSAEncapsulated()
void testECDSAEncapsulatedSubjectKeyID()
void testECDSASHA224Encapsulated()
void testECDSASHA256Encapsulated()
void testECDSASHA384Encapsulated()
void testECDSASHA512Encapsulated()
void testECDSASHA512EncapsulatedWithKeyFactoryAsEC()
void testEncapsulatedCertStoreReplacement()
void testEncapsulatedSamples()
void testForMultipleCounterSignatures()
void testGOST3411WithECGOST3410Encapsulated()
void testGOST3411WithGOST3410Encapsulated()
void testNullContentWithSigner()
void testRIPEMD128WithRSAEncapsulated()
void testRIPEMD160WithRSAEncapsulated()
void testRIPEMD256WithRSAEncapsulated()
void testSHA1AndMD5WithRSAEncapsulatedRepeated()
void testSHA1WithRSAAndAttributeTable()
void testSHA1WithRSACounterSignature()
void testSHA1WithRSAEncapsulated()
void testSHA1WithRSAEncapsulatedSubjectKeyID()
void testSHA1WithRSANoAttributes()
void testSHA1WithRSAPSS()
void testSHA1WithRSAViaConfig()
void testSHA224WithRSAEncapsulated()
void testSHA224WithRSAPSS()
void testSHA256WithRSAEncapsulated()
void testSHA256WithRSAPSS()
void testSHA384WithRSAPSS()
void testSamples()
void testSignerStoreReplacement()
void testUnsortedAttributes()
void testWithAttributeCertificate()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static byte[] xtraCounterSig

Public Constructors

public SignedDataTest (String name)

Public Methods

public static void main (String[] args)

public static Test suite ()

Throws
Exception

public void testCertOrdering1 ()

Throws
Exception

public void testCertOrdering2 ()

Throws
Exception

public void testCertStoreReplacement ()

Throws
Exception

public void testCounterSig ()

Throws
Exception

public void testDSAEncapsulated ()

Throws
Exception

public void testDSAEncapsulatedSubjectKeyID ()

Throws
Exception

public void testDetachedVerification ()

Throws
Exception

public void testECDSAEncapsulated ()

Throws
Exception

public void testECDSAEncapsulatedSubjectKeyID ()

Throws
Exception

public void testECDSASHA224Encapsulated ()

Throws
Exception

public void testECDSASHA256Encapsulated ()

Throws
Exception

public void testECDSASHA384Encapsulated ()

Throws
Exception

public void testECDSASHA512Encapsulated ()

Throws
Exception

public void testECDSASHA512EncapsulatedWithKeyFactoryAsEC ()

Throws
Exception

public void testEncapsulatedCertStoreReplacement ()

Throws
Exception

public void testEncapsulatedSamples ()

Throws
Exception

public void testForMultipleCounterSignatures ()

Throws
Exception

public void testGOST3411WithECGOST3410Encapsulated ()

Throws
Exception

public void testGOST3411WithGOST3410Encapsulated ()

Throws
Exception

public void testNullContentWithSigner ()

Throws
Exception

public void testRIPEMD128WithRSAEncapsulated ()

Throws
Exception

public void testRIPEMD160WithRSAEncapsulated ()

Throws
Exception

public void testRIPEMD256WithRSAEncapsulated ()

Throws
Exception

public void testSHA1AndMD5WithRSAEncapsulatedRepeated ()

Throws
Exception

public void testSHA1WithRSAAndAttributeTable ()

Throws
Exception

public void testSHA1WithRSACounterSignature ()

Throws
Exception

public void testSHA1WithRSAEncapsulated ()

Throws
Exception

public void testSHA1WithRSAEncapsulatedSubjectKeyID ()

Throws
Exception

public void testSHA1WithRSANoAttributes ()

Throws
Exception

public void testSHA1WithRSAPSS ()

Throws
Exception

public void testSHA1WithRSAViaConfig ()

Throws
Exception

public void testSHA224WithRSAEncapsulated ()

Throws
Exception

public void testSHA224WithRSAPSS ()

Throws
Exception

public void testSHA256WithRSAEncapsulated ()

Throws
Exception

public void testSHA256WithRSAPSS ()

Throws
Exception

public void testSHA384WithRSAPSS ()

Throws
Exception

public void testSamples ()

Throws
Exception

public void testSignerStoreReplacement ()

Throws
Exception

public void testUnsortedAttributes ()

Throws
Exception

public void testWithAttributeCertificate ()

Throws
Exception