public class

SignedMailValidatorTest

extends TestCase
java.lang.Object
   ↳ TestCase
     ↳ org.bouncycastle.mail.smime.test.SignedMailValidatorTest

Summary

Public Constructors
SignedMailValidatorTest()
Public Methods
static void main(String[] args)
void setUp()
static Test suite()
void testCircular()
void testCreateCertPath()
void testExpired()
void testExtKeyUsage()
void testExtendedReviewer()
void testKeyUsage()
void testLongValidity()
void testNoEmail()
void testNotYetValid()
void testRevoked()
void testSelfSignedCert()
void testShortKey()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SignedMailValidatorTest ()

Public Methods

public static void main (String[] args)

Throws
Exception

public void setUp ()

public static Test suite ()

Throws
Exception

public void testCircular ()

Throws
Exception

public void testCreateCertPath ()

Throws
Exception

public void testExpired ()

Throws
Exception

public void testExtKeyUsage ()

Throws
Exception

public void testExtendedReviewer ()

Throws
Exception

public void testKeyUsage ()

Throws
Exception

public void testLongValidity ()

Throws
Exception

public void testNoEmail ()

Throws
Exception

public void testNotYetValid ()

Throws
Exception

public void testRevoked ()

Throws
Exception

public void testSelfSignedCert ()

Throws
Exception

public void testShortKey ()

Throws
Exception