Uses of Class
dev.galasa.framework.spi.CertificateStoreException
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
-
Uses of CertificateStoreException in dev.galasa.framework
Modifier and TypeMethodDescriptionvoid
FrameworkInitialisation.registerCertificateStoreService
(@NotNull ICertificateStoreService certificateStoreService) -
Uses of CertificateStoreException in dev.galasa.framework.spi
Modifier and TypeMethodDescriptionvoid
IKeyStore.appendCertficateById
(String aliasId, String certificateId) Allows a certificate to be retrieved from the the certificate store based on its ID tag and added to this keystore.void
IKeyStore.appendDer
(String aliasId, InputStream certFile) Allows a Base64 encoded DER cert to be appended to the Keystorevoid
IKeyStore.appendPem
(String aliasId, InputStream certFile) Allows a PEM cert file to be appended to the Keystorevoid
IKeyStore.appendPemAsString
(String aliasId, String cert) Allows a Base64 encoded PEM cert to be appended to the KeystoreICertificateStoreService.getDefaultKeystore()
Returns the default keystore.ICertificateStoreService.getDefaultKeyStoreWithExtraCertificates
(@NotNull String... certificateId) Generate a Keystore populated with the list of certificates from the certificate store using thier property IDICertificateStoreService.getKeystore
(@NotNull String id) Returns a defined group of certificates inside a keystore.ICertificateStoreService.getKeyStore
(@NotNull String... certificateId) Generate a Keystore populated with the list of certificates from the certificate store using thier property IDICertificateStoreService.getX509Certificate
(@NotNull String id) Retrieves the PEM certificate as a string.void
IFrameworkInitialisation.registerCertificateStoreService
(@NotNull ICertificateStoreService certificateStoreService) Register a Certificate Store Service.void
ICertificateStore.shutdown()