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, setResultExist
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
getSequenceNumber
in interfaceParsingInfoRecord
-
setSequenceNumber
-
getVersion
- Specified by:
getVersion
in interfaceParsingInfoRecord
-
setVersion
-
getTerritory
- Specified by:
getTerritory
in interfaceParsingInfoRecord
-
setTerritory
-
getIssueDate
- Specified by:
getIssueDate
in interfaceParsingInfoRecord
-
setIssueDate
-
getNextUpdateDate
- Specified by:
getNextUpdateDate
in interfaceParsingInfoRecord
-
setNextUpdateDate
-
getDistributionPoints
- Specified by:
getDistributionPoints
in interfaceParsingInfoRecord
-
setDistributionPoints
-
getTrustServiceProviders
- Specified by:
getTrustServiceProviders
in interfaceParsingInfoRecord
-
setTrustServiceProviders
-
getLotlOtherPointers
- Specified by:
getLotlOtherPointers
in interfaceParsingInfoRecord
-
setLotlOtherPointers
-
getTlOtherPointers
- Specified by:
getTlOtherPointers
in interfaceParsingInfoRecord
-
setTlOtherPointers
-
getPivotUrls
- Specified by:
getPivotUrls
in interfaceParsingInfoRecord
-
setPivotUrls
-
getSigningCertificateAnnouncementUrl
- Specified by:
getSigningCertificateAnnouncementUrl
in interfaceParsingInfoRecord
-
setSigningCertificateAnnouncementUrl
-
getTSPNumber
public int getTSPNumber()Description copied from interface:ParsingInfoRecord
Returns a number of allTrustServiceProvider
s present in the TL- Specified by:
getTSPNumber
in interfaceParsingInfoRecord
- Returns:
- TSP number
-
getTSNumber
public int getTSNumber()Description copied from interface:ParsingInfoRecord
Returns a number of allTrustService
s present in the TL- Specified by:
getTSNumber
in interfaceParsingInfoRecord
- Returns:
- TS number
-
getCertNumber
public int getCertNumber()Description copied from interface:ParsingInfoRecord
Returns a number of allCertificateToken
s present in the TL- Specified by:
getCertNumber
in interfaceParsingInfoRecord
- Returns:
- number of certificates
-