Uses of Class
dev.galasa.framework.spi.CertificateStoreException
Packages that use CertificateStoreException
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
- 
Uses of CertificateStoreException in dev.galasa.framework
Methods in dev.galasa.framework that throw CertificateStoreExceptionModifier and TypeMethodDescriptionvoidFrameworkInitialisation.registerCertificateStoreService(@NotNull ICertificateStoreService certificateStoreService)  - 
Uses of CertificateStoreException in dev.galasa.framework.spi
Methods in dev.galasa.framework.spi that throw CertificateStoreExceptionModifier and TypeMethodDescriptionvoidIKeyStore.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.voidIKeyStore.appendDer(String aliasId, InputStream certFile) Allows a Base64 encoded DER cert to be appended to the KeystorevoidIKeyStore.appendPem(String aliasId, InputStream certFile) Allows a PEM cert file to be appended to the KeystorevoidIKeyStore.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.voidIFrameworkInitialisation.registerCertificateStoreService(@NotNull ICertificateStoreService certificateStoreService) Register a Certificate Store Service.voidICertificateStore.shutdown()