iText 9.0.0 API
|
This class represents the signed content. More...
Public Member Functions |
|
EncapsulatedContentInfo (String eContentType, IAsn1OctetString eContent) | |
Creates an EncapsulatedContentInfo with contenttype and content. More... |
|
EncapsulatedContentInfo (String eContentType) | |
Creates an EncapsulatedContentInfo with contenttype. More... |
|
EncapsulatedContentInfo () | |
Creates a default EncapsulatedContentInfo. More... |
|
virtual String | GetContentType () |
Returns the contenttype oid. More... |
|
virtual IAsn1OctetString | GetContent () |
Returns the content. More... |
|
This class represents the signed content.
|
inline |
Creates an EncapsulatedContentInfo with contenttype and content.
eContentType | the content type Oid (object id) |
eContent | the content |
|
inline |
Creates an EncapsulatedContentInfo with contenttype.
eContentType | the content type Oid (object id) |
|
inline |
Creates a default EncapsulatedContentInfo.
|
inlinevirtual |
Returns the content.
|
inlinevirtual |
Returns the contenttype oid.