xades4j.xml.marshalling.PropertiesMarshaller |
![]() |
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
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Marshal a pair of collections of property data objects (signature and signed
objects) into the
QualifyingProperties node. |
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.
props | the data objects to be marshalled |
---|---|
qualifyingPropsNode | the destination node |
MarshalException | if there's an error |
---|