Package | Description |
---|---|
org.bouncycastle.mime | |
org.bouncycastle.mime.smime |
Modifier and Type | Interface and Description |
---|---|
interface |
MimeMultipartContext |
Modifier and Type | Class and Description |
---|---|
class |
ConstantMimeContext |
Modifier and Type | Method and Description |
---|---|
MimeContext |
ConstantMimeContext.createContext(int partNo) |
MimeContext |
MimeMultipartContext.createContext(int partNo) |
MimeContext |
MimeParserListener.createContext(MimeParserContext parserContext,
Headers headers)
Create an appropriate context object for the MIME object represented by headers.
|
Modifier and Type | Class and Description |
---|---|
class |
SMimeMultipartContext |
Modifier and Type | Method and Description |
---|---|
MimeContext |
SMimeMultipartContext.createContext(int partNo) |
MimeContext |
SMimeParserListener.createContext(MimeParserContext parserContext,
Headers headers) |
Copyright © 2021 BouncyCastle.org. All rights reserved.