| Package | Description |
|---|---|
| iaik.pkcs.pkcs7 | |
| iaik.security.smime |
| Modifier and Type | Class and Description |
|---|---|
class |
DataStream
This class represents the stream-implementation of the PKCS#7 content
type
Data. |
class |
DigestedDataStream
This class represents the stream supporting implementation of the PKCS#7
DigestedData type. |
class |
EncryptedDataStream
This class represents the stream-supporting implementation of the PKCS#7
EncryptedData type. |
class |
EnvelopedDataStream
This class represents the stream-supporting implementation of the PKCS#7 content
type
EnvelopedData. |
class |
SignedAndEnvelopedDataStream
This class represents the stream-supporting implementation of the PKCS#7
SignedAndEnvelopedData type. |
class |
SignedDataStream
This class represents the stream-implementation of the PKCS#7 content type
SignedData. |
| Modifier and Type | Method and Description |
|---|---|
static ContentStream |
ContentInfoStream.create(ObjectID oid)
Returns a stream-supporting instance of the specified PKCS#7 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 PKCS#7 content type implementation, defined
by its ASN.1 ObjectID.
|
ContentStream |
ContentInfoStream.getContent()
Returns the content of this PKCS#7 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 PKCS#7
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 |
SMimeEncrypted
This class represents the "PKCS#7 EnvelopedData object carrying" part of a S/MIME
message.
|
class |
SMimeSigned
This class represents the "PKCS#7 SignedData object carrying" part of a S/MIME
signed message.
|