Class ExampleUtils

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

public class ExampleUtils extends Object
  • 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.MessagingException
      IOException
    • findKeyAlias

      public static String findKeyAlias(KeyStore store, String storeName, char[] password) throws Exception
      Throws:
      Exception