Package | Description |
---|---|
org.bouncycastle.mail.smime |
High level classes for dealing with S/MIME objects (RFC 3851).
|
Modifier and Type | Method and Description |
---|---|
static FileBackedMimeBodyPart |
SMIMEUtil.toMimeBodyPart(CMSTypedStream content)
return a file backed MimeBodyPart described in
CMSTypedStream content. |
static FileBackedMimeBodyPart |
SMIMEUtil.toMimeBodyPart(CMSTypedStream content,
File file)
Return a file based MimeBodyPart represented by content and backed
by the file represented by file.
|
Copyright © 2017 BouncyCastle.org. All rights reserved.