Class ManifestEntrySignatureScope


public class ManifestEntrySignatureScope
extends SignatureScopeWithTransformations
  • Constructor Details

    • ManifestEntrySignatureScope

      public ManifestEntrySignatureScope​(String entryName, Digest digest, String manifestName, List<String> transformations)
      Constructor with transformations (Used in XAdES)
      Parameters:
      entryName - String name of the manifest entry
      digest - Digest of the manifest entry
      manifestName - String name of the manifest containing the entry
      transformations - list of Strings transformations
  • Method Details