Class TrustedListService
java.lang.Object
br.ufsc.labsec.signature.conformanceVerifier.validationService.trustpoint.TrustPoint
br.ufsc.labsec.signature.conformanceVerifier.validationService.trustpoint.TrustedListService
- All Implemented Interfaces:
Callable<TrustPointResult>
public class TrustedListService extends TrustPoint
-
Nested Class Summary
Nested classes/interfaces inherited from class br.ufsc.labsec.signature.conformanceVerifier.validationService.trustpoint.TrustPoint
TrustPoint.TrustPointType
-
Constructor Summary
Constructors Constructor Description TrustedListService(String url)
-
Method Summary
Modifier and Type Method Description TrustPointResult
call()
DSSOnlineTrustedListLoader
getLoader()
TrustedListService
setup(DSSOnlineTrustedListLoader loader, Map<String,org.apache.commons.lang3.tuple.Pair<TrustPointResult,Semaphore>> hexDigestHistory)
TrustedListService
withDataFromParent(TrustedListService parent, SimpleCounterMetrics metrics)
Methods inherited from class br.ufsc.labsec.signature.conformanceVerifier.validationService.trustpoint.TrustPoint
getType, getUrl
-
Constructor Details
-
TrustedListService
-
-
Method Details
-
withDataFromParent
public TrustedListService withDataFromParent(TrustedListService parent, SimpleCounterMetrics metrics) -
setup
public TrustedListService setup(DSSOnlineTrustedListLoader loader, Map<String,org.apache.commons.lang3.tuple.Pair<TrustPointResult,Semaphore>> hexDigestHistory) -
call
-
getLoader
-