public class ExampleUtils
extends java.lang.Object
| Constructor and Description |
|---|
ExampleUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
dumpContent(MimeBodyPart bodyPart,
java.lang.String fileName)
Dump the content of the passed in BodyPart to the file fileName.
|
static java.lang.String |
findKeyAlias(java.security.KeyStore store,
java.lang.String storeName,
char[] password) |
public static void dumpContent(MimeBodyPart bodyPart,
java.lang.String fileName)
throws MessagingException,
java.io.IOException
MessagingExceptionjava.io.IOExceptionpublic static java.lang.String findKeyAlias(java.security.KeyStore store,
java.lang.String storeName,
char[] password)
throws java.lang.Exception
java.lang.Exception