Package eu.europa.esig.dss.model.tsl
Class TLValidationJobSummary
java.lang.Object
eu.europa.esig.dss.model.tsl.TLValidationJobSummary
-
Constructor Summary
ConstructorsConstructorDescriptionTLValidationJobSummary(List<LOTLInfo> lotlInfos, List<TLInfo> otherTLInfos) The default constructor -
Method Summary
Modifier and TypeMethodDescriptiongetLOTLInfoById(Identifier identifier) Returns a LOTLInfo object by IdentifierReturns a list of LOTLInfos for all processed LOTLsintReturns an amount of processed LOTLs during the TL Validation jobintReturns an amount of processed TLs during the TL Validation jobReturns a list of TLInfos for other TLsgetTLInfoById(Identifier identifier) Returns a TLInfo object by Identifier
-
Constructor Details
-
TLValidationJobSummary
-
-
Method Details
-
getLOTLInfos
-
getOtherTLInfos
-
getNumberOfProcessedTLs
public int getNumberOfProcessedTLs()Returns an amount of processed TLs during the TL Validation job- Returns:
intnumber of processed TLs
-
getNumberOfProcessedLOTLs
public int getNumberOfProcessedLOTLs()Returns an amount of processed LOTLs during the TL Validation job- Returns:
intnumber of processed LOTLs
-
getTLInfoById
Returns a TLInfo object by Identifier- Parameters:
identifier- the Identifier of the searched TL- Returns:
- a TLInfo or null
-
getLOTLInfoById
Returns a LOTLInfo object by Identifier- Parameters:
identifier- the Identifier of the searched LOTL- Returns:
- a LOTLInfo or null
-