public interface

PropertiesMarshaller

xades4j.xml.marshalling.PropertiesMarshaller
Known Indirect Subclasses

Class Overview

Interface for property data objects marshallers.

The signed and unsigned properties are marshalled at a different time in the signature production. The separation comes from the nature of the properties: signed properties need to be marshalled before the signature so that they are covered by a Reference. On the other hand, unsigned properties do not need to be marshalled before the signature and most of the times they can't be, because they use information that results from the signature generation.

Built-in implementations of signed and unsigned properties data objects marshallers are based on JAXB and support all the signed properties data objects in the library (XAdES 1.4.1) plus the GenericDOMData.

Summary

Public Methods
abstract void marshal(SigAndDataObjsPropertiesData props, Node qualifyingPropsNode)
Marshal a pair of collections of property data objects (signature and signed objects) into the QualifyingProperties node.

Public Methods

public abstract void marshal (SigAndDataObjsPropertiesData props, Node qualifyingPropsNode)

Marshal a pair of collections of property data objects (signature and signed objects) into the QualifyingProperties node. Must create all the DOM structure below SignedProperties or UnsignedProperties, inclusive.

Parameters
props the data objects to be marshalled
qualifyingPropsNode the destination node
Throws
MarshalException if there's an error