Class Enveloped

java.lang.Object
xades4j.production.Enveloped

public class Enveloped extends Object
Utility class to create enveloped signature. Enveloped signatures are ones whose Signature element is child of the resource being signed. An appropriate transform has to be used in these scenarios to exclude the signature element from its own processing. This class is just an helper for those situations.
Author:
Luís
  • Constructor Details

    • Enveloped

      public Enveloped(XadesSigner signer)
      Creates a new instance based on the given XadesSigner.
      Parameters:
      signer - the signer to be used by the resulting instance
  • Method Details