public class CmsEncapsulatedContentInfo extends MetadataContainer
Represents a signed content container, consisting of a content type identifier and the content itself.
Modifier and Type | Method and Description |
---|---|
byte[] |
getContentRawData()
Gets the raw data of content info.
|
Oid |
getContentType()
Gets the object identifier uniquely specifies the content type.
|
getByType, getKeys, getMetadataType, iterator, readByStringKey
public final Oid getContentType()
Gets the object identifier uniquely specifies the content type.
public final byte[] getContentRawData()
Gets the raw data of content info.
Copyright © 2019. All rights reserved.