Class ExampleUtils
- java.lang.Object
-
- org.bouncycastle.mail.smime.examples.ExampleUtils
-
public class ExampleUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExampleUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddumpContent(javax.mail.internet.MimeBodyPart bodyPart, java.lang.String fileName)Dump the content of the passed in BodyPart to the file fileName.static java.lang.StringfindKeyAlias(java.security.KeyStore store, java.lang.String storeName, char[] password)
-
-
-
Method Detail
-
dumpContent
public static void dumpContent(javax.mail.internet.MimeBodyPart bodyPart, java.lang.String fileName) throws javax.mail.MessagingException, java.io.IOExceptionDump the content of the passed in BodyPart to the file fileName.- Throws:
javax.mail.MessagingExceptionjava.io.IOException
-
findKeyAlias
public static java.lang.String findKeyAlias(java.security.KeyStore store, java.lang.String storeName, char[] password) throws java.lang.Exception- Throws:
java.lang.Exception
-
-