Bouncy Castle Cryptography 1.21

org.bouncycastle.mail.smime
Class SMIMEUtil

java.lang.Object
  |
  +--org.bouncycastle.mail.smime.SMIMEUtil

public class SMIMEUtil
extends java.lang.Object


Constructor Summary
SMIMEUtil()
           
 
Method Summary
static javax.mail.internet.MimeBodyPart toMimeBodyPart(byte[] content)
          return the MimeBodyPart described in the raw bytes provided in content
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMIMEUtil

public SMIMEUtil()
Method Detail

toMimeBodyPart

public static javax.mail.internet.MimeBodyPart toMimeBodyPart(byte[] content)
                                                       throws SMIMEException
return the MimeBodyPart described in the raw bytes provided in content

Bouncy Castle Cryptography 1.21