Uses of Class
br.ufsc.labsec.signature.conformanceVerifier.validationService.trustpoint.TrustPoint
Packages that use TrustPoint
Package
Description
-
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 TrustPointModifier and TypeMethodDescriptionTrustPointProxy.Operation.operate(Set<String> urls, TrustPointDB database) -
Uses of TrustPoint in br.ufsc.labsec.signature.conformanceVerifier.validationService.trustpoint
-
Uses of TrustPoint in br.ufsc.labsec.signature.database.impl
Methods in br.ufsc.labsec.signature.database.impl that return TrustPointModifier and TypeMethodDescriptionDatabaseImpl.getTrustPoint(String url) JoinedDatabase.getTrustPoint(String url) DatabaseImpl.insertTrustPoint(String url, TrustPoint.TrustPointType type) Insere uma âncora de confiança no banco de dadosJoinedDatabase.insertTrustPoint(String url, TrustPoint.TrustPointType type) Methods in br.ufsc.labsec.signature.database.impl that return types with arguments of type TrustPointModifier and TypeMethodDescriptionSet<? 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 TrustPointModifier and TypeMethodDescriptionTrustPointDB.getTrustPoint(String url) Retorna um ponto de confiança armazenado no banco de dadosTrustPointDB.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 TrustPointModifier and TypeMethodDescriptiondefault 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
Methods in br.ufsc.labsec.signature.database.populate that return types with arguments of type TrustPointModifier and TypeMethodDescriptionTrustPointDefaultData.trustPoints()Returns the value of thetrustPointsrecord component.Constructor parameters in br.ufsc.labsec.signature.database.populate with type arguments of type TrustPointModifierConstructorDescriptionTrustPointDefaultData(Collection<TrustPoint> trustPoints) Creates an instance of aTrustPointDefaultDatarecord class. -
Uses of TrustPoint in br.ufsc.labsec.signature.urls
Fields in br.ufsc.labsec.signature.urls with type parameters of type TrustPoint