public interface DataObjectInfo
Modifier and Type | Field and Description |
---|---|
static String |
STRUCTURE_DETACHED
Indicates that a detached signature will be created.
|
static String |
STRUCTURE_ENVELOPING
Indicates that an enveloping signature will be created.
|
Modifier and Type | Method and Description |
---|---|
CreateTransformsInfoProfile |
getCreateTransformsInfoProfile()
Gets information for the transformation of the data object.
|
Content |
getDataObject()
Gets information related to a single data object.
|
String |
getStructure()
Gets the structure of the signature.
|
boolean |
isChildOfManifest()
Checks whether a refercence will be placed in the signature itself or
in the manifest.
|
static final String STRUCTURE_DETACHED
static final String STRUCTURE_ENVELOPING
String getStructure()
boolean isChildOfManifest()
true
if a reference will be placed in the manifest,
false
if it will be placed in the signature.Content getDataObject()
CreateTransformsInfoProfile getCreateTransformsInfoProfile()
Copyright © 2016. All rights reserved.