| Package | Description |
|---|---|
| iaik.asn1 | |
| iaik.cms |
| Modifier and Type | Method and Description |
|---|---|
void |
ASN1Object.addEncodeListener(EncodeListener encodeListener,
int id)
Adds one EncodeListener which wants to be notified when the encoding of this
ASN1Object has to be performed.
|
void |
ConstructedType.addEncodeListener(EncodeListener encodeListener,
int id,
int afterComponent)
Adds a component encode listener which wants to be notified when the encoding of this
constructed ASN1Object has to be performed.
|
| 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 |
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 |
SignerInfo
This class implements the CMS
SignerInfo type. |