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 TimeStampServiceSignatureConfig. getTspService()Methods in org.apache.poi.poifs.crypt.dsig with parameters of type TimeStampService Modifier and Type Method Description voidSignatureConfig. 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 classTSPTimeStampServiceA TSP time-stamp service implementation.
-