| Package | Description |
|---|---|
| iaik.cms | |
| iaik.smime |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Content
The interface for the non-stream implementations of the CMS content types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticatedData
This class represents the non-stream supporting implementation of the CMS
AuthenticatedData type. |
class |
AuthenticatedDataStream
This class represents the stream supporting implementation of the CMS
AuthenticatedData type. |
class |
CompressedData |
class |
CompressedDataStream
This class represents the stream supporting implementation of the CMS
CompressedData type.
|
class |
Data
This class represents the non-stream implementation of the CMS content type
Data. |
class |
DataStream
This class represents the stream-implementation of the CMS content
type
Data. |
class |
DigestedData
This class represents the non-stream supporting implementation of the CMS
DigestedData type. |
class |
DigestedDataStream
This class represents the stream supporting implementation of the CMS
DigestedData type. |
class |
EncryptedData
This class represents the non-stream implemention of the CMS
EncryptedData type. |
class |
EncryptedDataStream
This class represents the stream-supporting implementation of the CMS
EncryptedData type. |
class |
EnvelopedData
This class represents the non-stream supporting implementation of the CMS
content type
EnvelopedData. |
class |
EnvelopedDataStream
This class represents the stream-supporting implementation of the CMS content
type
EnvelopedData. |
class |
SignedData
This class represents the non-stream implementation of the CMS content type
SignedData. |
class |
SignedDataStream
This class represents the stream-implementation of the CMS content type
SignedData. |
| Modifier and Type | Method and Description |
|---|---|
static ContentStream |
ContentInfoStream.create(ObjectID oid)
Returns a stream-supporting instance of the specified CMS content type implementation,
defined by its ASN.1 ObjectID.
|
static ContentStream |
ContentInfoStream.create(ObjectID oid,
java.io.InputStream is)
Returns a stream-supporting instance of the specified CMS content type implementation, defined
by its ASN.1 ObjectID.
|
ContentStream |
ContentInfoStream.getContent()
Returns the content of this CMS ContentInfoStream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentInfoStream.setContent(ContentStream content)
Sets the content of this ContentInfo.
|
| Constructor and Description |
|---|
ContentInfoStream(ContentStream content)
Creates a CMS
ContentInfoStream from the given content value. |
| Modifier and Type | Class and Description |
|---|---|
class |
JMailSMimeSigned
This class extends class SMimeSigned for ensuring to write the body parts in right order.
|
class |
SMimeCompressed |
class |
SMimeEncrypted
This class represents the "CMS EnvelopedData object carrying" part of a S/MIME
message.
|
class |
SMimeSigned
This class represents the "CMS SignedData object carrying" part of a S/MIME
signed message.
|