Uses of Class
org.apache.poi.poifs.crypt.dsig.SignatureConfig
-
Packages that use SignatureConfig Package Description org.apache.poi.poifs.crypt.dsig org.apache.poi.poifs.crypt.dsig.facets org.apache.poi.poifs.crypt.dsig.services -
-
Uses of SignatureConfig in org.apache.poi.poifs.crypt.dsig
Methods in org.apache.poi.poifs.crypt.dsig that return SignatureConfig Modifier and Type Method Description SignatureConfigSignatureInfo. getSignatureConfig()Methods in org.apache.poi.poifs.crypt.dsig with parameters of type SignatureConfig Modifier and Type Method Description voidSignatureInfo. setSignatureConfig(SignatureConfig signatureConfig)voidSignatureLine. updateSignatureConfig(SignatureConfig config) -
Uses of SignatureConfig in org.apache.poi.poifs.crypt.dsig.facets
Methods in org.apache.poi.poifs.crypt.dsig.facets with parameters of type SignatureConfig Modifier and Type Method Description protected static voidXAdESSignatureFacet. setCertID(org.etsi.uri.x01903.v13.CertIDType certId, SignatureConfig signatureConfig, boolean issuerNameNoReverseOrder, X509Certificate certificate)Gives back the JAXB CertID data structure. -
Uses of SignatureConfig in org.apache.poi.poifs.crypt.dsig.services
Fields in org.apache.poi.poifs.crypt.dsig.services declared as SignatureConfig Modifier and Type Field Description protected SignatureConfigTimeStampSimpleHttpClient. configMethods in org.apache.poi.poifs.crypt.dsig.services with parameters of type SignatureConfig Modifier and Type Method Description protected SignatureConfig.CRLEntryTSPTimeStampService. downloadCRL(SignatureConfig signatureConfig, String url)Convenience method to download a crl in an unsafe way, i.e.voidTimeStampHttpClient. init(SignatureConfig config)voidTimeStampSimpleHttpClient. init(SignatureConfig config)protected List<byte[]>TSPTimeStampService. retrieveCRL(SignatureConfig signatureConfig, X509Certificate holder)Check if CRL is to be added, check cached CRLs in config and download if necessary.
-