Package eu.europa.esig.dss.spi.tsl
Interface ParsingInfoRecord
- All Superinterfaces:
InfoRecord
,Serializable
- All Known Implementing Classes:
ParsingCacheDTO
public interface ParsingInfoRecord extends InfoRecord
Represents a parsing result record
-
Method Summary
Modifier and Type Method Description int
getCertNumber()
Returns a number of allCertificateToken
s present in the TLList<String>
getDistributionPoints()
Gets distribution pointsDate
getIssueDate()
Gets issuing dateList<OtherTSLPointer>
getLotlOtherPointers()
Gets LOTL other TSL pointersDate
getNextUpdateDate()
Gets next update dateList<String>
getPivotUrls()
Gets pivot URLsInteger
getSequenceNumber()
Gets the LOTL/TL sequence numberString
getSigningCertificateAnnouncementUrl()
Gets signing certificate announcement URLString
getTerritory()
Gets the LOTL/TL territory (country)List<OtherTSLPointer>
getTlOtherPointers()
Gets TL other TSL pointersList<TrustServiceProvider>
getTrustServiceProviders()
Gets trust service providersint
getTSNumber()
Returns a number of allTrustService
s present in the TLint
getTSPNumber()
Returns a number of allTrustServiceProvider
s present in the TLInteger
getVersion()
Gets LOTL/TL versionMethods inherited from interface eu.europa.esig.dss.spi.tsl.InfoRecord
getExceptionFirstOccurrenceTime, getExceptionLastOccurrenceTime, getExceptionMessage, getExceptionStackTrace, getLastStateTransitionTime, getLastSuccessSynchronizationTime, getStatusName, isDesynchronized, isError, isRefreshNeeded, isResultExist, isSynchronized, isToBeDeleted
-
Method Details
-
getSequenceNumber
Integer getSequenceNumber()Gets the LOTL/TL sequence number- Returns:
Integer
-
getVersion
Integer getVersion()Gets LOTL/TL version- Returns:
Integer
-
getTerritory
String getTerritory()Gets the LOTL/TL territory (country)- Returns:
String
-
getIssueDate
Date getIssueDate()Gets issuing date- Returns:
Date
-
getNextUpdateDate
Date getNextUpdateDate()Gets next update date- Returns:
Date
-
getDistributionPoints
Gets distribution points- Returns:
- a list of
String
s
-
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
Gets pivot URLs- Returns:
- a list of
String
s
-
getSigningCertificateAnnouncementUrl
String getSigningCertificateAnnouncementUrl()Gets signing certificate announcement URL- Returns:
String
-
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
-