Interface ParsingInfoRecord

All Superinterfaces:
InfoRecord, Serializable
All Known Implementing Classes:
ParsingCacheDTO

public interface ParsingInfoRecord extends InfoRecord
Represents a parsing result record
  • Method Details

    • getTSLType

      TSLType getTSLType()
      Gets the LOTL/TL TSLType
      Returns:
      TSLType
    • 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

      List<String> getDistributionPoints()
      Gets distribution points
      Returns:
      a list of Strings
    • getTrustServiceProviders

      List<TrustServiceProvider> getTrustServiceProviders()
      Gets trust service providers
      Returns:
      a list of TrustServiceProviders
    • getLotlOtherPointers

      List<OtherTSLPointer> getLotlOtherPointers()
      Gets LOTL other TSL pointers
      Returns:
      a list of OtherTSLPointers
    • getTlOtherPointers

      List<OtherTSLPointer> getTlOtherPointers()
      Gets TL other TSL pointers
      Returns:
      a list of OtherTSLPointers
    • getPivotUrls

      List<String> getPivotUrls()
      Gets pivot URLs
      Returns:
      a list of Strings
    • getSigningCertificateAnnouncementUrl

      String getSigningCertificateAnnouncementUrl()
      Gets signing certificate announcement URL
      Returns:
      String
    • getTSPNumber

      int getTSPNumber()
      Returns a number of all TrustServiceProviders present in the TL
      Returns:
      TSP number
    • getTSNumber

      int getTSNumber()
      Returns a number of all TrustServices present in the TL
      Returns:
      TS number
    • getCertNumber

      int getCertNumber()
      Returns a number of all CertificateTokens present in the TL
      Returns:
      number of certificates