Uses of Interface
org.apache.poi.poifs.crypt.dsig.SignatureConfig.SignatureConfigurable

Packages that use SignatureConfig.SignatureConfigurable
org.apache.poi.poifs.crypt.dsig   
org.apache.poi.poifs.crypt.dsig.facets   
org.apache.poi.poifs.crypt.dsig.services   
 

Uses of SignatureConfig.SignatureConfigurable in org.apache.poi.poifs.crypt.dsig
 

Classes in org.apache.poi.poifs.crypt.dsig that implement SignatureConfig.SignatureConfigurable
 class OOXMLURIDereferencer
          JSR105 URI dereferencer for Office Open XML documents.
 class SignatureInfo
          This class is the default entry point for XML signatures and can be used for validating an existing signed office document and signing a office document.
 class SignatureMarshalListener
          This listener class is used, to modify the to be digested xml document, e.g.
 

Uses of SignatureConfig.SignatureConfigurable in org.apache.poi.poifs.crypt.dsig.facets
 

Classes in org.apache.poi.poifs.crypt.dsig.facets that implement SignatureConfig.SignatureConfigurable
 class EnvelopedSignatureFacet
          Signature Facet implementation to create enveloped signatures.
 class KeyInfoSignatureFacet
          Signature Facet implementation that adds ds:KeyInfo to the XML signature.
 class Office2010SignatureFacet
          Work-around for Office2010 to accept the XAdES-BES/EPES signature.
 class OOXMLSignatureFacet
          Office OpenXML Signature Facet implementation.
 class SignatureFacet
          JSR105 Signature Facet base class.
 class XAdESSignatureFacet
          XAdES Signature Facet.
 class XAdESXLSignatureFacet
          XAdES-X-L v1.4.1 signature facet.
 

Uses of SignatureConfig.SignatureConfigurable in org.apache.poi.poifs.crypt.dsig.services
 

Subinterfaces of SignatureConfig.SignatureConfigurable in org.apache.poi.poifs.crypt.dsig.services
 interface TimeStampService
          Interface for a time-stamp service.
 

Classes in org.apache.poi.poifs.crypt.dsig.services that implement SignatureConfig.SignatureConfigurable
 class TSPTimeStampService
          A TSP time-stamp service implementation.
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.