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 URLsStringgetSigningCertificateAnnouncementURL()Gets signing certificate announcement URLList<OtherTSLPointer>getTlPointers()Gets 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, 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
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
-