Package eu.europa.esig.dss.tsl.parsing
Class LOTLParsingResult
java.lang.Object
eu.europa.esig.dss.tsl.parsing.AbstractParsingResult
eu.europa.esig.dss.tsl.parsing.LOTLParsingResult
- All Implemented Interfaces:
CachedResult
Parsed LOTL result
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets LOTL other TSL pointersGets pivot URLsGets signing certificate announcement URLGets TL other TSL pointersvoidsetLotlPointers(List<OtherTSLPointer> lotlPointers) Sets LOTL other pointersvoidsetPivotURLs(List<String> pivotURLs) Sets pivot URLsvoidsetSigningCertificateAnnouncementURL(String signingCertificateAnnouncementURL) Sets the signing certificate announcement URLvoidsetTlPointers(List<OtherTSLPointer> tlPointers) Sets TL other pointersMethods inherited from class eu.europa.esig.dss.tsl.parsing.AbstractParsingResult
getDistributionPoints, getIssueDate, getNextUpdateDate, getSequenceNumber, getTerritory, getTSLType, getVersion, setDistributionPoints, setIssueDate, setNextUpdateDate, setSequenceNumber, setTerritory, setTSLType, setVersion
-
Constructor Details
-
LOTLParsingResult
public LOTLParsingResult()Default constructor
-
-
Method Details
-
getLotlPointers
Gets LOTL other TSL pointers- Returns:
- a list of
OtherTSLPointers
-
setLotlPointers
Sets LOTL other pointers- Parameters:
lotlPointers- a list ofOtherTSLPointers
-
getTlPointers
Gets TL other TSL pointers- Returns:
- a list of
OtherTSLPointers
-
setTlPointers
Sets TL other pointers- Parameters:
tlPointers- a list ofOtherTSLPointers
-
getSigningCertificateAnnouncementURL
Gets signing certificate announcement URL- Returns:
String
-
setSigningCertificateAnnouncementURL
Sets the signing certificate announcement URL- Parameters:
signingCertificateAnnouncementURL-String
-
getPivotURLs
Gets pivot URLs- Returns:
- a list of
Strings
-
setPivotURLs
Sets pivot URLs- Parameters:
pivotURLs- a list ofStrings
-