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
-
Method Summary
Modifier and TypeMethodDescriptionGets LOTL other TSL pointersGets pivot URLsGets signing certificate announcement URLGets TL other TSL pointersvoid
setLotlPointers
(List<OtherTSLPointer> lotlPointers) Sets LOTL other pointersvoid
setPivotURLs
(List<String> pivotURLs) Sets pivot URLsvoid
setSigningCertificateAnnouncementURL
(String signingCertificateAnnouncementURL) Sets the signing certificate announcement URLvoid
setTlPointers
(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
OtherTSLPointer
s
-
setLotlPointers
Sets LOTL other pointers- Parameters:
lotlPointers
- a list ofOtherTSLPointer
s
-
getTlPointers
Gets TL other TSL pointers- Returns:
- a list of
OtherTSLPointer
s
-
setTlPointers
Sets TL other pointers- Parameters:
tlPointers
- a list ofOtherTSLPointer
s
-
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
String
s
-
setPivotURLs
Sets pivot URLs- Parameters:
pivotURLs
- a list ofString
s
-