Package xades4j.utils

Interface TimeStampDigestInput


public interface TimeStampDigestInput
Builder of inputs for time-stamps. The digests for time-stamps are usually calculated over a concatenations of byte-streams, resulting from nodes and/or References (processed or not), with the proper canonicalization if needed. This interface provides methods to build a sequential input by adding DOM Nodes or References.
Author:
Luís
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Adds a Node to the input.
    void
    addReference(org.apache.xml.security.signature.Reference r)
    Adds a Reference to the input.
    byte[]
    Gets the octet-stream corresponding to the actual state of the input.