Uses of Class
eu.europa.esig.dss.validation.timestamp.TimestampInclude
-
Packages that use TimestampInclude Package Description eu.europa.esig.dss.validation.timestamp eu.europa.esig.dss.xades.validation -
-
Uses of TimestampInclude in eu.europa.esig.dss.validation.timestamp
Methods in eu.europa.esig.dss.validation.timestamp that return types with arguments of type TimestampInclude Modifier and Type Method Description List<TimestampInclude>TimestampToken. getTimestampIncludes()Returns the covered references by the current timestamp (XAdES IndividualDataObjectsTimeStamp)Method parameters in eu.europa.esig.dss.validation.timestamp with type arguments of type TimestampInclude Modifier and Type Method Description voidTimestampToken. setTimestampIncludes(List<TimestampInclude> timestampIncludes) -
Uses of TimestampInclude in eu.europa.esig.dss.xades.validation
Methods in eu.europa.esig.dss.xades.validation that return types with arguments of type TimestampInclude Modifier and Type Method Description List<TimestampInclude>XAdESAttribute. getTimestampIncludedReferences()Returns a list ofTimestampIncluded refereces in case of IndividualDataObjectsTimestamp, NULL if does not contain any includes
-