Uses of Interface
dev.galasa.framework.spi.ICertificateStoreService
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
-
Uses of ICertificateStoreService in dev.galasa.framework
Modifier and TypeMethodDescription@NotNull ICertificateStoreService
Framework.getCertificateStoreService()
Modifier and TypeMethodDescriptionvoid
FrameworkInitialisation.registerCertificateStoreService
(@NotNull ICertificateStoreService certificateStoreService) -
Uses of ICertificateStoreService in dev.galasa.framework.spi
Modifier and TypeMethodDescription@NotNull ICertificateStoreService
IFramework.getCertificateStoreService()
Retrieve the Certificate Store Service which can be used to retrieve keystores of certificates or individual certificates from the store.Modifier and TypeMethodDescriptionvoid
IFrameworkInitialisation.registerCertificateStoreService
(@NotNull ICertificateStoreService certificateStoreService) Register a Certificate Store Service.