public class

CreateLargeEncryptedMail

extends Object
java.lang.Object
   ↳ org.bouncycastle.mail.smime.examples.CreateLargeEncryptedMail

Class Overview

a simple example that creates a single encrypted mail message.

The key store can be created using the class in org.bouncycastle.jce.examples.PKCS12Example - the program expects only one key to be present in the key file.

Note: while this means that both the private key is available to the program, the private key is retrieved from the keystore only for the purposes of locating the corresponding public key, in normal circumstances you would only be doing this with a certificate available.

Summary

Public Constructors
CreateLargeEncryptedMail()
Public Methods
static void main(String[] args)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CreateLargeEncryptedMail ()

Public Methods

public static void main (String[] args)

Throws
Exception