Uses of Class
br.ufsc.labsec.signature.conformanceVerifier.validationService.trustpoint.TrustPointResult
-
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 TrustPointResult Modifier and Type Method Description List<TrustPointResult>
TrustAnchorProxy. 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 TrustPointResult Modifier and Type Method Description TrustPointResult
TrustedListContext. getResult()
TrustPointResult
BuildListLog. getTrustPointResult()
TrustPointResult
ComputeList. getTrustPointResult()
TrustPointResult
TrustedListResponsibilityChain. getTrustPointResult()
TrustPointResult
ValidateList. getTrustPointResult()
Methods in br.ufsc.labsec.signature.conformanceVerifier.validationService.trustedList.steps that return types with arguments of type TrustPointResult Modifier and Type Method Description Map<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 TrustPointResult Constructor Description TrustedListContext(String url, DSSOnlineTrustedListLoader loader, Map<String,org.apache.commons.lang3.tuple.Pair<TrustPointResult,Semaphore>> hexDigestHistory)
-
Uses of TrustPointResult in br.ufsc.labsec.signature.conformanceVerifier.validationService.trustpoint
Methods in br.ufsc.labsec.signature.conformanceVerifier.validationService.trustpoint that return TrustPointResult Modifier and Type Method Description TrustPointResult
TrustPointResultBuilder. build()
TrustPointResult
TrustAnchorUrl. call()
TrustPointResult
TrustedListService. call()
static TrustPointResult
TrustPointResult. fail(String url)
Cria um TrustPointResult com falhastatic TrustPointResult
TrustPointResult. fail(String url, AbstractReport report)
Cria um TrustPointResult que não foi baixadostatic TrustPointResult
TrustPointResult. 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 TrustPointResult Modifier and Type Method Description TrustedListService
TrustedListService. startOperation(DSSOnlineTrustedListLoader loader, 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 TrustPointResult Modifier and Type Method Description Map<String,TrustPointResult>
DatabaseImpl. getCachedResults()
Map<String,TrustPointResult>
JoinedDatabase. getCachedResults()
Methods in br.ufsc.labsec.signature.database.impl with parameters of type TrustPointResult Modifier and Type Method Description void
DatabaseImpl. insertCachedResult(TrustPointResult result)
void
JoinedDatabase. 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 TrustPointResult Modifier and Type Method Description Map<String,TrustPointResult>
TrustPointDB. getCachedResults()
Retorna os resultados dos pontos de confiança armazenados na cacheMethods in br.ufsc.labsec.signature.database.interfaces with parameters of type TrustPointResult Modifier and Type Method Description void
TrustPointDB. insertCachedResult(TrustPointResult result)
Insere um resultado de um ponto de confiança no cache