public interface

DataObjectPropertiesProvider

xades4j.providers.DataObjectPropertiesProvider

Class Overview

Represents a provider of data object properties. During the signature generation the provider is invoked with every data object for which no properties were directly specified.

See Also

Summary

Public Methods
abstract void provideProperties(DataObjectDesc dataObj)
Asks the provider to add properties to the given data object description.

Public Methods

public abstract void provideProperties (DataObjectDesc dataObj)

Asks the provider to add properties to the given data object description.

Parameters
dataObj the target data object description