Package eu.europa.esig.dss.model.tsl
Interface ParsingInfoRecord
- All Superinterfaces:
InfoRecord
,Serializable
- All Known Implementing Classes:
ParsingCacheDTO
Represents a parsing result record
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns a number of allCertificateToken
s present in the TLGets distribution pointsGets issuing dateGets LOTL other TSL pointersGets next update dateGets pivot URLsGets the LOTL/TL sequence numberGets signing certificate announcement URLGets the LOTL/TL territory (country)Gets TL other TSL pointersGets trust service providersGets the LOTL/TL TSLTypeint
Returns a number of allTrustService
s present in the TLint
Returns a number of allTrustServiceProvider
s present in the TLGets LOTL/TL versionMethods inherited from interface eu.europa.esig.dss.model.tsl.InfoRecord
getExceptionFirstOccurrenceTime, getExceptionLastOccurrenceTime, getExceptionMessage, getExceptionStackTrace, getLastStateTransitionTime, getLastSuccessSynchronizationTime, getStatusName, isDesynchronized, isError, isRefreshNeeded, isResultExist, isSynchronized, isToBeDeleted
-
Method Details
-
getTSLType
-
getSequenceNumber
-
getVersion
-
getTerritory
-
getIssueDate
-
getNextUpdateDate
-
getDistributionPoints
-
getTrustServiceProviders
List<TrustServiceProvider> getTrustServiceProviders()Gets trust service providers- Returns:
- a list of
TrustServiceProvider
s
-
getLotlOtherPointers
List<OtherTSLPointer> getLotlOtherPointers()Gets LOTL other TSL pointers- Returns:
- a list of
OtherTSLPointer
s
-
getTlOtherPointers
List<OtherTSLPointer> getTlOtherPointers()Gets TL other TSL pointers- Returns:
- a list of
OtherTSLPointer
s
-
getPivotUrls
-
getSigningCertificateAnnouncementUrl
-
getTSPNumber
int getTSPNumber()Returns a number of allTrustServiceProvider
s present in the TL- Returns:
- TSP number
-
getTSNumber
int getTSNumber()Returns a number of allTrustService
s present in the TL- Returns:
- TS number
-
getCertNumber
int getCertNumber()Returns a number of allCertificateToken
s present in the TL- Returns:
- number of certificates
-