public interface

TimeStampDigestInputFactory

xades4j.utils.TimeStampDigestInputFactory

Class Overview

Factory for builders of timestamp inputs.

This factory is intended for use on internal components and may be subject to changes.

Summary

Public Methods
abstract TimeStampDigestInput newTimeStampDigestInput(Algorithm c14n)
Creates a new builder of timestamp inputs that uses the specified canonicalization algorithms.

Public Methods

public abstract TimeStampDigestInput newTimeStampDigestInput (Algorithm c14n)

Creates a new builder of timestamp inputs that uses the specified canonicalization algorithms. The returned builders are not thread-safe but that shouldn't be a problem

Parameters
c14n the canonicalization method to be used by the timestamp input when adding XML node-sets
Returns
  • the timestamp input builder
Throws
UnsupportedAlgorithmException if c14n is not recognized