Uses of Interface
br.ufsc.labsec.signature.database.interfaces.TrustPointDB
-
Uses of TrustPointDB in br.ufsc.labsec.signature.conformanceVerifier.anchor.scheduler
Methods in br.ufsc.labsec.signature.conformanceVerifier.anchor.scheduler with parameters of type TrustPointDB Modifier and Type Method Description static TrustPointScheduler
TrustPointScheduler. buildAndStart(TrustPointDB database, boolean immediateUpdate)
Constructors in br.ufsc.labsec.signature.conformanceVerifier.anchor.scheduler with parameters of type TrustPointDB Constructor Description TrustPointScheduler(TrustPointDB database, boolean immediateUpdate)
-
Uses of TrustPointDB in br.ufsc.labsec.signature.conformanceVerifier.validationService
Methods in br.ufsc.labsec.signature.conformanceVerifier.validationService with parameters of type TrustPointDB Modifier and Type Method Description Set<TrustPoint>
TrustPointProxy.Operation. operate(Set<String> urls, TrustPointDB database)
Constructors in br.ufsc.labsec.signature.conformanceVerifier.validationService with parameters of type TrustPointDB Constructor Description TrustPointProxy(TrustPointDB database)
-
Uses of TrustPointDB in br.ufsc.labsec.signature.conformanceVerifier.validationService.trustedList.dss
Constructors in br.ufsc.labsec.signature.conformanceVerifier.validationService.trustedList.dss with parameters of type TrustPointDB Constructor Description DSSOnlineTrustedListLoader(TrustPointDB database)
Construtor -
Uses of TrustPointDB in br.ufsc.labsec.signature.conformanceVerifier.validationService.trustpoint
Methods in br.ufsc.labsec.signature.conformanceVerifier.validationService.trustpoint with parameters of type TrustPointDB Modifier and Type Method Description void
TrustPointResult. save(TrustPointDB database)
static Optional<TrustAnchorUrl>
TrustAnchorUrl. tryFromDB(TrustPointDB database, String url)
-
Uses of TrustPointDB in br.ufsc.labsec.signature.database.impl
Classes in br.ufsc.labsec.signature.database.impl that implement TrustPointDB Modifier and Type Class Description class
DatabaseImpl
class
JoinedDatabase
Esta classe representa um banco de dados que é a união de outros bancos de dados. -
Uses of TrustPointDB in br.ufsc.labsec.signature.database.interfaces
Subinterfaces of TrustPointDB in br.ufsc.labsec.signature.database.interfaces Modifier and Type Interface Description interface
CompleteDatabase