Package eu.europa.esig.dss.tsl.dto
Class ParsingCacheDTO
java.lang.Object
eu.europa.esig.dss.tsl.dto.AbstractCacheDTO
eu.europa.esig.dss.tsl.dto.ParsingCacheDTO
- All Implemented Interfaces:
InfoRecord,ParsingInfoRecord,Serializable
public class ParsingCacheDTO extends AbstractCacheDTO implements ParsingInfoRecord
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ParsingCacheDTO()ParsingCacheDTO(AbstractCacheDTO cacheDTO) -
Method Summary
Methods inherited from class eu.europa.esig.dss.tsl.dto.AbstractCacheDTO
getCacheState, getExceptionFirstOccurrenceTime, getExceptionLastOccurrenceTime, getExceptionMessage, getExceptionStackTrace, getLastStateTransitionTime, getLastSuccessSynchronizationTime, getStatusName, isDesynchronized, isError, isRefreshNeeded, isResultExist, isSynchronized, isToBeDeleted, setCacheState, setExceptionFirstOccurrenceTime, setExceptionLastOccurrenceTime, setExceptionMessage, setExceptionStackTrace, setLastStateTransitionTime, setLastSuccessSynchronizationTime, setResultExistMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface eu.europa.esig.dss.spi.tsl.InfoRecord
getExceptionFirstOccurrenceTime, getExceptionLastOccurrenceTime, getExceptionMessage, getExceptionStackTrace, getLastStateTransitionTime, getLastSuccessSynchronizationTime, getStatusName, isDesynchronized, isError, isRefreshNeeded, isResultExist, isSynchronized, isToBeDeleted
-
Constructor Details
-
ParsingCacheDTO
public ParsingCacheDTO() -
ParsingCacheDTO
-
-
Method Details
-
getSequenceNumber
- Specified by:
getSequenceNumberin interfaceParsingInfoRecord
-
setSequenceNumber
-
getVersion
- Specified by:
getVersionin interfaceParsingInfoRecord
-
setVersion
-
getTerritory
- Specified by:
getTerritoryin interfaceParsingInfoRecord
-
setTerritory
-
getIssueDate
- Specified by:
getIssueDatein interfaceParsingInfoRecord
-
setIssueDate
-
getNextUpdateDate
- Specified by:
getNextUpdateDatein interfaceParsingInfoRecord
-
setNextUpdateDate
-
getDistributionPoints
- Specified by:
getDistributionPointsin interfaceParsingInfoRecord
-
setDistributionPoints
-
getTrustServiceProviders
- Specified by:
getTrustServiceProvidersin interfaceParsingInfoRecord
-
setTrustServiceProviders
-
getLotlOtherPointers
- Specified by:
getLotlOtherPointersin interfaceParsingInfoRecord
-
setLotlOtherPointers
-
getTlOtherPointers
- Specified by:
getTlOtherPointersin interfaceParsingInfoRecord
-
setTlOtherPointers
-
getPivotUrls
- Specified by:
getPivotUrlsin interfaceParsingInfoRecord
-
setPivotUrls
-
getSigningCertificateAnnouncementUrl
- Specified by:
getSigningCertificateAnnouncementUrlin interfaceParsingInfoRecord
-
setSigningCertificateAnnouncementUrl
-
getTSPNumber
public int getTSPNumber()Description copied from interface:ParsingInfoRecordReturns a number of allTrustServiceProviders present in the TL- Specified by:
getTSPNumberin interfaceParsingInfoRecord- Returns:
- TSP number
-
getTSNumber
public int getTSNumber()Description copied from interface:ParsingInfoRecordReturns a number of allTrustServices present in the TL- Specified by:
getTSNumberin interfaceParsingInfoRecord- Returns:
- TS number
-
getCertNumber
public int getCertNumber()Description copied from interface:ParsingInfoRecordReturns a number of allCertificateTokens present in the TL- Specified by:
getCertNumberin interfaceParsingInfoRecord- Returns:
- number of certificates
-