Class EnvelopedManifest

java.lang.Object
xades4j.properties.DataObjectDesc
xades4j.production.EnvelopedManifest

public final class EnvelopedManifest extends DataObjectDesc
Represents a ds:Manifest that will be enveloped in a ds:Object contained in the signature. The ds:Manifest will be covered by a ds:Reference so that it is actually included in the signature. The library handles the generation of the digests for the references contained in the manifest.
Author:
Luís
See Also:
  • Constructor Details

    • EnvelopedManifest

      public EnvelopedManifest()
  • Method Details

    • withSignedDataObject

      public EnvelopedManifest withSignedDataObject(DataObjectDesc object)
      Adds a new child signed data object to the current instance.
      Parameters:
      object - the signed data object
      Returns:
      the current instance