public class

DefaultSignaturePropertiesProvider

extends Object
implements SignaturePropertiesProvider
java.lang.Object
   ↳ xades4j.providers.impl.DefaultSignaturePropertiesProvider

Class Overview

The default implementation of SignaturePropertiesProvider. It provides the SigningTime signed property.

Summary

Public Constructors
DefaultSignaturePropertiesProvider()
Public Methods
void provideProperties(SignaturePropertiesCollector signaturePropsCol)
Provides the signature properties through a collector.
[Expand]
Inherited Methods
From class java.lang.Object
From interface xades4j.providers.SignaturePropertiesProvider

Public Constructors

public DefaultSignaturePropertiesProvider ()

Public Methods

public void provideProperties (SignaturePropertiesCollector signaturePropsCol)

Provides the signature properties through a collector. This approach is used instead of a series of get methods or returning two collections of properties (signed and unsigned) because it results in a simpler interface for implementing classes. Besides, the collector is provided by the lib, which enables control of property mutiplicity.

Parameters
signaturePropsCol the signature properties collector (a new instance for each invocation)