Uses of Class
br.ufsc.labsec.signature.conformanceVerifier.validationService.trustpoint.TrustPointResult
Packages that use TrustPointResult
Package
Description
-
Uses of TrustPointResult in br.ufsc.labsec.signature.conformanceVerifier.validationService
Methods in br.ufsc.labsec.signature.conformanceVerifier.validationService that return types with arguments of type TrustPointResultModifier and TypeMethodDescriptionTrustAnchorProxy.getTrustPointResults()Retorna o conjunto de pontos de confiança -
Uses of TrustPointResult in br.ufsc.labsec.signature.conformanceVerifier.validationService.trustedList.steps
Methods in br.ufsc.labsec.signature.conformanceVerifier.validationService.trustedList.steps that return TrustPointResultModifier and TypeMethodDescriptionTrustedListContext.getResult()BuildListLog.getTrustPointResult()ComputeList.getTrustPointResult()TrustedListResponsibilityChain.getTrustPointResult()ValidateList.getTrustPointResult()Methods in br.ufsc.labsec.signature.conformanceVerifier.validationService.trustedList.steps that return types with arguments of type TrustPointResultModifier and TypeMethodDescriptionMap<String, org.apache.commons.lang3.tuple.Pair<TrustPointResult, Semaphore>> TrustedListContext.getHexDigestHistory()Constructor parameters in br.ufsc.labsec.signature.conformanceVerifier.validationService.trustedList.steps with type arguments of type TrustPointResultModifierConstructorDescriptionTrustedListContext(String url, DSSOnlineTrustedListLoader loader, AbstractComponentConfiguration configuration, Map<String, org.apache.commons.lang3.tuple.Pair<TrustPointResult, Semaphore>> hexDigestHistory) -
Uses of TrustPointResult in br.ufsc.labsec.signature.conformanceVerifier.validationService.trustpoint
Classes in br.ufsc.labsec.signature.conformanceVerifier.validationService.trustpoint that implement interfaces with type arguments of type TrustPointResultMethods in br.ufsc.labsec.signature.conformanceVerifier.validationService.trustpoint that return TrustPointResultModifier and TypeMethodDescriptionTrustPointResultBuilder.build()TrustAnchorUrl.call()TrustedListService.call()static TrustPointResultCria um TrustPointResult com falhastatic TrustPointResultTrustPointResult.fail(String url, AbstractReport report) Cria um TrustPointResult que não foi baixadostatic TrustPointResultTrustPointResult.of(String url, Set<TrustAnchor> trustAnchors, Set<eu.europa.esig.dss.model.tsl.TrustService> trustServices, AbstractReport report, boolean addedNewAnchors) Cria um TrustPointResultMethod parameters in br.ufsc.labsec.signature.conformanceVerifier.validationService.trustpoint with type arguments of type TrustPointResultModifier and TypeMethodDescriptionTrustedListService.startOperation(DSSOnlineTrustedListLoader loader, AbstractComponentConfiguration configuration, Map<String, org.apache.commons.lang3.tuple.Pair<TrustPointResult, Semaphore>> hexDigestHistory) -
Uses of TrustPointResult in br.ufsc.labsec.signature.database.impl
Methods in br.ufsc.labsec.signature.database.impl that return types with arguments of type TrustPointResultModifier and TypeMethodDescriptionDatabaseImpl.getCachedResults()JoinedDatabase.getCachedResults()Methods in br.ufsc.labsec.signature.database.impl with parameters of type TrustPointResultModifier and TypeMethodDescriptionvoidDatabaseImpl.insertCachedResult(TrustPointResult result) voidJoinedDatabase.insertCachedResult(TrustPointResult result) -
Uses of TrustPointResult in br.ufsc.labsec.signature.database.interfaces
Methods in br.ufsc.labsec.signature.database.interfaces that return types with arguments of type TrustPointResultModifier and TypeMethodDescriptionTrustPointDB.getCachedResults()Retorna os resultados dos pontos de confiança armazenados na cacheMethods in br.ufsc.labsec.signature.database.interfaces with parameters of type TrustPointResultModifier and TypeMethodDescriptionvoidTrustPointDB.insertCachedResult(TrustPointResult result) Insere um resultado de um ponto de confiança no cache