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
public class LOTLParsingResult extends AbstractParsingResult
Parsed LOTL result
-
Constructor Summary
Constructors Constructor Description LOTLParsingResult()
Default constructor -
Method Summary
Modifier and Type Method Description List<OtherTSLPointer>
getLotlPointers()
Gets LOTL other TSL pointersList<String>
getPivotURLs()
Gets pivot URLsString
getSigningCertificateAnnouncementURL()
Gets signing certificate announcement URLList<OtherTSLPointer>
getTlPointers()
Gets 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, getVersion, setDistributionPoints, setIssueDate, setNextUpdateDate, setSequenceNumber, setTerritory, 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
-