Package xades4j.xml.marshalling

Types related to marshalling the qualifying properties data, the last step of signature production.

See:
          Description

Interface Summary
PropertiesMarshaller Interface for property data objects marshallers.
SignedPropertiesMarshaller  
UnsignedPropertiesMarshaller Interface for unsigned properties data objects marshalling.
 

Class Summary
DefaultSignedPropertiesMarshaller Default implementation of SignedPropertiesMarshaller.
DefaultUnsignedPropertiesMarshaller Default implementation of UnsignedPropertiesMarshaller.
 

Exception Summary
MarshalException Thrown when there is an error during the marshalling process.
UnsupportedDataObjectException Thrown during the marshalling stage if a proeprty data object is not supported by the PropertiesMarshallers in use.
 

Package xades4j.xml.marshalling Description

Types related to marshalling the qualifying properties data, the last step of signature production.

Marshalling of signed and unsigned properties is separated because it happens at different points in time.

Default implementations using JAXB are provided for each marshaller.



Copyright © 2012. All Rights Reserved.