| Package | Description |
|---|---|
| iaik.cms |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticatedData
This class represents the non-stream supporting implementation of the CMS
AuthenticatedData type. |
class |
CompressedData |
class |
Data
This class represents the non-stream implementation of the CMS content type
Data. |
class |
DigestedData
This class represents the non-stream supporting implementation of the CMS
DigestedData type. |
class |
EncryptedData
This class represents the non-stream implemention of the CMS
EncryptedData type. |
class |
EnvelopedData
This class represents the non-stream supporting implementation of the CMS
content type
EnvelopedData. |
class |
SignedData
This class represents the non-stream implementation of the CMS content type
SignedData. |
| Modifier and Type | Method and Description |
|---|---|
static Content |
ContentInfo.create(ObjectID oid)
Returns an instance of the specified CMS content type implementation,
defined by its ASN.1 ObjectID.
|
static Content |
ContentInfo.create(ObjectID oid,
ASN1Object obj)
Returns an instance of the specified CMS content type implementation, defined
by its ASN.1 ObjectID.
|
Content |
ContentInfo.getContent()
Returns the content of this CMS ContentInfo.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentInfo.setContent(Content content)
Sets the content of this ContentInfo from the given content value.
|
| Constructor and Description |
|---|
ContentInfo(Content content)
Creates a CMS
ContentInfo from the given content value. |