public class EncapsulatedContentInfo extends Object
| Constructor and Description |
|---|
EncapsulatedContentInfo()
Creates a default EncapsulatedContentInfo.
|
EncapsulatedContentInfo(String eContentType)
Creates an EncapsulatedContentInfo with contenttype.
|
EncapsulatedContentInfo(String eContentType,
com.itextpdf.commons.bouncycastle.asn1.IASN1OctetString eContent)
Creates an EncapsulatedContentInfo with contenttype and content.
|
| Modifier and Type | Method and Description |
|---|---|
com.itextpdf.commons.bouncycastle.asn1.IASN1OctetString |
getContent()
Returns the content.
|
String |
getContentType()
Returns the contenttype oid.
|
public EncapsulatedContentInfo(String eContentType, com.itextpdf.commons.bouncycastle.asn1.IASN1OctetString eContent)
eContentType - the content type Oid (object id)eContent - the contentpublic EncapsulatedContentInfo(String eContentType)
eContentType - the content type Oid (object id)public EncapsulatedContentInfo()
public String getContentType()
public com.itextpdf.commons.bouncycastle.asn1.IASN1OctetString getContent()
Copyright © 1998–2024 Apryse Group NV. All rights reserved.