Uses of Interface
org.apache.poi.poifs.crypt.dsig.services.TimeStampService
-
Packages that use TimeStampService Package Description org.apache.poi.poifs.crypt.dsig org.apache.poi.poifs.crypt.dsig.services -
-
Uses of TimeStampService in org.apache.poi.poifs.crypt.dsig
Methods in org.apache.poi.poifs.crypt.dsig that return TimeStampService Modifier and Type Method Description TimeStampService
SignatureConfig. getTspService()
Methods in org.apache.poi.poifs.crypt.dsig with parameters of type TimeStampService Modifier and Type Method Description void
SignatureConfig. setTspService(TimeStampService tspService)
-
Uses of TimeStampService in org.apache.poi.poifs.crypt.dsig.services
Classes in org.apache.poi.poifs.crypt.dsig.services that implement TimeStampService Modifier and Type Class Description class
TSPTimeStampService
A TSP time-stamp service implementation.
-