Uses of Class
br.ufsc.labsec.trustpoint.TrustPointResult
Packages that use TrustPointResult
Package
Description
-
Uses of TrustPointResult in br.ufsc.labsec
Methods in br.ufsc.labsec 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.database.interfaces
Methods in br.ufsc.labsec.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.database.interfaces with parameters of type TrustPointResultModifier and TypeMethodDescriptionvoidTrustPointDB.insertCachedResult(TrustPointResult result) Insere um resultado de um ponto de confiança no cache -
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.trustedList.steps
Methods in br.ufsc.labsec.trustedList.steps that return TrustPointResultMethods in br.ufsc.labsec.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.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.trustpoint
Classes in br.ufsc.labsec.trustpoint that implement interfaces with type arguments of type TrustPointResultMethods in br.ufsc.labsec.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.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)