Uses of Class
br.ufsc.labsec.signature.conformanceVerifier.validationService.trustpoint.TrustPoint
-
Uses of TrustPoint in br.ufsc.labsec.signature.conformanceVerifier.validationService
Methods in br.ufsc.labsec.signature.conformanceVerifier.validationService that return types with arguments of type TrustPoint Modifier and Type Method Description Set<TrustPoint>
TrustPointProxy.Operation. operate(Set<String> urls, Database database)
-
Uses of TrustPoint in br.ufsc.labsec.signature.conformanceVerifier.validationService.trustpoint
Subclasses of TrustPoint in br.ufsc.labsec.signature.conformanceVerifier.validationService.trustpoint Modifier and Type Class Description class
TrustAnchorUrl
class
TrustedListService
-
Uses of TrustPoint in br.ufsc.labsec.signature.database
Methods in br.ufsc.labsec.signature.database that return TrustPoint Modifier and Type Method Description TrustPoint
Database. getTrustPoint(String url)
Retorna um ponto de confiança armazenado no banco de dadosTrustPoint
DatabaseImpl. getTrustPoint(String url)
TrustPoint
InMemoryDatabase. getTrustPoint(String url)
TrustPoint
JoinedDatabase. getTrustPoint(String url)
TrustPoint
Database. insertTrustPoint(String url, TrustPoint.TrustPointType type)
Insere um ponto de confiança no banco de dadosTrustPoint
DatabaseImpl. insertTrustPoint(String url, TrustPoint.TrustPointType type)
Insere uma âncora de confiança no banco de dadosTrustPoint
InMemoryDatabase. insertTrustPoint(String url, TrustPoint.TrustPointType type)
TrustPoint
JoinedDatabase. insertTrustPoint(String url, TrustPoint.TrustPointType type)
Methods in br.ufsc.labsec.signature.database that return types with arguments of type TrustPoint Modifier and Type Method Description default Set<? extends TrustPoint>
Database. getTrustPoints()
Retorna os pontos de confiança armazenados no banco de dadosSet<? extends TrustPoint>
Database. getTrustPoints(TrustPoint.TrustPointType type)
Retorna os pontos de confiança armazenados no banco de dadosSet<? extends TrustPoint>
DatabaseImpl. getTrustPoints(TrustPoint.TrustPointType type)
Retorna os pontos de confiança de um determinado tipoSet<? extends TrustPoint>
InMemoryDatabase. getTrustPoints(TrustPoint.TrustPointType type)
Set<? extends TrustPoint>
JoinedDatabase. getTrustPoints(TrustPoint.TrustPointType type)
Method parameters in br.ufsc.labsec.signature.database with type arguments of type TrustPoint Modifier and Type Method Description static Database
DatabaseImpl. create(List<TrustPoint> trustPoints, String filePath, boolean clearDatabase)
Cria o banco de dados e retorna uma instância do banco de dadosstatic Database
DatabaseImpl. getDatabase(List<TrustPoint> trustPoints, Path databasePath, boolean clearDatabase)
Constructor parameters in br.ufsc.labsec.signature.database with type arguments of type TrustPoint Constructor Description InMemoryDatabase(Collection<TrustPoint> trustPoints)
-
Uses of TrustPoint in br.ufsc.labsec.signature.urls
Fields in br.ufsc.labsec.signature.urls with type parameters of type TrustPoint Modifier and Type Field Description static Set<TrustPoint>
TrustAnchors. PBAD_ANCHORS