public class DataObjectInfoCMSImpl extends Object implements DataObjectInfo
DataObjectInfo
for CMS.STRUCTURE_DETACHED, STRUCTURE_ENVELOPING
Constructor and Description |
---|
DataObjectInfoCMSImpl() |
Modifier and Type | Method and Description |
---|---|
CMSDataObject |
getDataObject()
Gets information related to a single data object.
|
String |
getStructure()
Gets the structure of the signature.
|
void |
setDataObject(CMSDataObject dataObject)
Sets the data object to be signed.
|
void |
setStructure(String structure)
Sets the signature structure type.
|
public void setStructure(String structure)
structure
- The signature structure type.public String getStructure()
DataObjectInfo
getStructure
in interface DataObjectInfo
public void setDataObject(CMSDataObject dataObject)
dataObject
- The data object to be signed.public CMSDataObject getDataObject()
DataObjectInfo
getDataObject
in interface DataObjectInfo
Copyright © 2016. All rights reserved.