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, TrustPointDB 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.impl
Methods in br.ufsc.labsec.signature.database.impl that return TrustPoint Modifier and Type Method Description TrustPoint
DatabaseImpl. getTrustPoint(String url)
TrustPoint
JoinedDatabase. getTrustPoint(String url)
TrustPoint
DatabaseImpl. insertTrustPoint(String url, TrustPoint.TrustPointType type)
Insere uma âncora de confiança no banco de dadosTrustPoint
JoinedDatabase. insertTrustPoint(String url, TrustPoint.TrustPointType type)
Methods in br.ufsc.labsec.signature.database.impl that return types with arguments of type TrustPoint Modifier and Type Method Description Set<? extends TrustPoint>
DatabaseImpl. getTrustPoints(TrustPoint.TrustPointType type)
Retorna os pontos de confiança de um determinado tipoSet<? extends TrustPoint>
JoinedDatabase. getTrustPoints(TrustPoint.TrustPointType type)
-
Uses of TrustPoint in br.ufsc.labsec.signature.database.interfaces
Methods in br.ufsc.labsec.signature.database.interfaces that return TrustPoint Modifier and Type Method Description TrustPoint
TrustPointDB. getTrustPoint(String url)
Retorna um ponto de confiança armazenado no banco de dadosTrustPoint
TrustPointDB. insertTrustPoint(String url, TrustPoint.TrustPointType type)
Insere um ponto de confiança no banco de dadosMethods in br.ufsc.labsec.signature.database.interfaces that return types with arguments of type TrustPoint Modifier and Type Method Description default Set<? extends TrustPoint>
TrustPointDB. getTrustPoints()
Retorna os pontos de confiança armazenados no banco de dadosSet<? extends TrustPoint>
TrustPointDB. getTrustPoints(TrustPoint.TrustPointType type)
Retorna os pontos de confiança armazenados no banco de dados -
Uses of TrustPoint in br.ufsc.labsec.signature.database.populate
Constructor parameters in br.ufsc.labsec.signature.database.populate with type arguments of type TrustPoint Constructor Description TrustPointDefaultData(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