Class KeyInfoSignatureFacet

java.lang.Object
org.apache.poi.poifs.crypt.dsig.facets.SignatureFacet
org.apache.poi.poifs.crypt.dsig.facets.KeyInfoSignatureFacet
All Implemented Interfaces:
SignatureConfig.SignatureConfigurable

public class KeyInfoSignatureFacet extends SignatureFacet
Signature Facet implementation that adds ds:KeyInfo to the XML signature.
Author:
Frank Cornelis
  • Constructor Details

    • KeyInfoSignatureFacet

      public KeyInfoSignatureFacet()
  • Method Details

    • postSign

      public void postSign(Document document) throws MarshalException
      Description copied from class: SignatureFacet
      This method is being invoked by the XML signature service engine during the post-sign phase. Via this method a signature facet can extend the XML signatures with for example key information.
      Overrides:
      postSign in class SignatureFacet
      Parameters:
      document - the signature document to be modified
      Throws:
      MarshalException