Class ExampleUtils
java.lang.Object
org.bouncycastle.mail.smime.examples.ExampleUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddumpContent(javax.mail.internet.MimeBodyPart bodyPart, String fileName) Dump the content of the passed in BodyPart to the file fileName.static StringfindKeyAlias(KeyStore store, String storeName, char[] password)
-
Constructor Details
-
ExampleUtils
public ExampleUtils()
-
-
Method Details
-
dumpContent
public static void dumpContent(javax.mail.internet.MimeBodyPart bodyPart, String fileName) throws javax.mail.MessagingException, IOException Dump the content of the passed in BodyPart to the file fileName.- Throws:
javax.mail.MessagingExceptionIOException
-
findKeyAlias
public static String findKeyAlias(KeyStore store, String storeName, char[] password) throws Exception - Throws:
Exception
-