|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataObjectDesc | |
|---|---|
| xades4j.production | Support for signature production. |
| xades4j.properties | Types that represent the different XAdES qualifying properties. |
| xades4j.providers | Interfaces for the different components in signature production and verification. |
| xades4j.verification | Support for signature verification. |
| Uses of DataObjectDesc in xades4j.production |
|---|
| Subclasses of DataObjectDesc in xades4j.production | |
|---|---|
class |
AnonymousDataObjectReference
A null URI data reference. |
class |
DataObjectReference
A reference to a signed data object. |
class |
EnvelopedXmlObject
Represents content (tipically XML) that will be enveloped in the signature. |
| Methods in xades4j.production that return types with arguments of type DataObjectDesc | |
|---|---|
Map<DataObjectDesc,org.apache.xml.security.signature.Reference> |
PropertiesDataGenerationContext.getReferencesMappings()
Gets the mappings from high-level DataObjectDescs to References. |
| Methods in xades4j.production with parameters of type DataObjectDesc | |
|---|---|
SignedDataObjects |
SignedDataObjects.withSignedDataObject(DataObjectDesc object)
Adds a data object to be signed. |
| Method parameters in xades4j.production with type arguments of type DataObjectDesc | |
|---|---|
SignedDataObjects |
SignedDataObjects.withSignedDataObjects(Iterable<DataObjectDesc> objsInfo)
Adds a set of data objects to be signed. |
| Constructors in xades4j.production with parameters of type DataObjectDesc | |
|---|---|
SignedDataObjects(DataObjectDesc... dataObjs)
Creates a container with the given data objects. |
|
| Constructor parameters in xades4j.production with type arguments of type DataObjectDesc | |
|---|---|
SignedDataObjects(Iterable<DataObjectDesc> dataObjs)
Creates a container with the given data objects. |
|
| Uses of DataObjectDesc in xades4j.properties |
|---|
| Methods in xades4j.properties that return DataObjectDesc | |
|---|---|
DataObjectDesc |
DataObjectDesc.withCommitmentType(CommitmentTypeProperty commitment)
Adds a CommitmentType signed property to the current data object description. |
DataObjectDesc |
DataObjectDesc.withDataObjectFormat(DataObjectFormatProperty format)
Adds a DataObjectFormat signed property to the current data object description. |
DataObjectDesc |
DataObjectDesc.withDataObjectTimeStamp()
Add a new IndividualDataObjectsTimeStamp signed property to the current data object description. |
DataObjectDesc |
DataObjectDesc.withDataObjectTimeStamp(IndividualDataObjsTimeStampProperty timestamp)
Add a IndividualDataObjectsTimeStamp signed property to the current data object description. |
DataObjectDesc |
DataObjectDesc.withOtherDataObjectProperty(OtherSignedDataObjectProperty otherSignedDataObjProp)
Adds a custom signed property to the current data object description. |
DataObjectDesc |
DataObjectDesc.withOtherDataObjectProperty(OtherUnsignedDataObjectProperty otherUnsignedDataObjProp)
Adds a custom unsigned property to the current data object description. |
DataObjectDesc |
DataObjectDesc.withTransform(DataObjectTransform transf)
Registers a transform to be applied to the data object at the signature generation. |
| Methods in xades4j.properties that return types with arguments of type DataObjectDesc | |
|---|---|
Collection<DataObjectDesc> |
DataObjectProperty.getTargetDataObjects()
Gets the data object descriptions to which the property applies. |
| Uses of DataObjectDesc in xades4j.providers |
|---|
| Methods in xades4j.providers with parameters of type DataObjectDesc | |
|---|---|
void |
DataObjectPropertiesProvider.provideProperties(DataObjectDesc dataObj)
Asks the provider to add properties to the given data object description. |
| Uses of DataObjectDesc in xades4j.verification |
|---|
| Subclasses of DataObjectDesc in xades4j.verification | |
|---|---|
class |
RawDataObjectDesc
A simple representation of a signed data object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||