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
-
Constructor Summary
Constructors Constructor Description LOTLParsingResult()
-
Method Summary
Modifier and Type Method Description List<OtherTSLPointer>
getLotlPointers()
List<String>
getPivotURLs()
String
getSigningCertificateAnnouncementURL()
List<OtherTSLPointer>
getTlPointers()
void
setLotlPointers(List<OtherTSLPointer> lotlPointers)
void
setPivotURLs(List<String> pivotURLs)
void
setSigningCertificateAnnouncementURL(String signingCertificateAnnouncementURL)
void
setTlPointers(List<OtherTSLPointer> tlPointers)
Methods 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()
-
-
Method Details