public class

ExampleUtils

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

Summary

Public Constructors
ExampleUtils()
Public Methods
static void dumpContent(MimeBodyPart bodyPart, String fileName)
Dump the content of the passed in BodyPart to the file fileName.
static String findKeyAlias(KeyStore store, String storeName, char[] password)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ExampleUtils ()

Public Methods

public static void dumpContent (MimeBodyPart bodyPart, String fileName)

Dump the content of the passed in BodyPart to the file fileName.

Throws
MessagingException
IOException
MessagingException

public static String findKeyAlias (KeyStore store, String storeName, char[] password)

Throws
Exception