Class EnvelopedSignatureFacet

  • All Implemented Interfaces:
    SignatureFacet

    public class EnvelopedSignatureFacet
    extends java.lang.Object
    implements SignatureFacet
    Signature Facet implementation to create enveloped signatures.
    • Constructor Detail

      • EnvelopedSignatureFacet

        public EnvelopedSignatureFacet()
    • Method Detail

      • preSign

        public void preSign​(SignatureInfo signatureInfo,
                            org.w3c.dom.Document document,
                            java.util.List<javax.xml.crypto.dsig.Reference> references,
                            java.util.List<javax.xml.crypto.dsig.XMLObject> objects)
                     throws javax.xml.crypto.dsig.XMLSignatureException
        Description copied from interface: SignatureFacet
        This method is being invoked by the XML signature service engine during pre-sign phase. Via this method a signature facet implementation can add signature facets to an XML signature.
        Specified by:
        preSign in interface SignatureFacet
        Parameters:
        signatureInfo - the signature info object holding the OPCPackage and other document related data
        document - the signature document to be used for imports
        references - list of reference definitions
        objects - objects to be signed/included in the signature document
        Throws:
        javax.xml.crypto.dsig.XMLSignatureException