xades4j.providers
Interface DataObjectPropertiesProvider


public interface DataObjectPropertiesProvider

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.

Author:
Luís
See Also:
DataObjectDesc

Method Summary
 void provideProperties(DataObjectDesc dataObj)
          Asks the provider to add properties to the given data object description.
 

Method Detail

provideProperties

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

Parameters:
dataObj - the target data object description


Copyright © 2012. All Rights Reserved.