Package io.jmix.search.utils
Class SslConfigurer
java.lang.Object
io.jmix.search.utils.SslConfigurer
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected SSLContextbuildSslContext(KeyStore keyStore) protected CertificatecreateCertificate(CertificateFactory factory, String caLocation) protected CertificateFactoryprotected KeyStoreprotected voidsetCertificateToStore(KeyStore keyStore, String alias, Certificate certificate) 
- 
Field Details- 
searchProperties
- 
resources
 
- 
- 
Constructor Details- 
SslConfigurerpublic SslConfigurer()
 
- 
- 
Method Details- 
createSslContext
- 
getCertificateFactory
- 
createCertificate
- 
getKeyStore
- 
setCertificateToStore
- 
buildSslContext
 
-