Uses of Class
org.apache.poi.poifs.crypt.dsig.facets.SignatureFacet
-
Packages that use SignatureFacet Package Description org.apache.poi.poifs.crypt.dsig org.apache.poi.poifs.crypt.dsig.facets -
-
Uses of SignatureFacet in org.apache.poi.poifs.crypt.dsig
Methods in org.apache.poi.poifs.crypt.dsig that return types with arguments of type SignatureFacet Modifier and Type Method Description java.util.List<SignatureFacet>
SignatureConfig. getSignatureFacets()
Methods in org.apache.poi.poifs.crypt.dsig with parameters of type SignatureFacet Modifier and Type Method Description void
SignatureConfig. addSignatureFacet(SignatureFacet signatureFacet)
Method parameters in org.apache.poi.poifs.crypt.dsig with type arguments of type SignatureFacet Modifier and Type Method Description void
SignatureConfig. setSignatureFacets(java.util.List<SignatureFacet> signatureFacets)
-
Uses of SignatureFacet in org.apache.poi.poifs.crypt.dsig.facets
Subclasses of SignatureFacet in org.apache.poi.poifs.crypt.dsig.facets Modifier and Type Class Description 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
XAdESSignatureFacet
XAdES Signature Facet.class
XAdESXLSignatureFacet
XAdES-X-L v1.4.1 signature facet.
-