public class KeyAndTrustStoreConfiguration extends Object implements org.springframework.beans.factory.InitializingBean
System.setProperty(String, String) for the "javax.net.ssl"
 properties needed to configure a trust store and a keystore for the Java
 process.| Constructor and Description | 
|---|
KeyAndTrustStoreConfiguration()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
afterPropertiesSet()  | 
void | 
setKeyStore(String keyStore)  | 
void | 
setKeyStorePassword(String password)  | 
void | 
setTrustStore(String trustStore)  | 
void | 
setTrustStorePassword(String password)  | 
public void afterPropertiesSet()
                        throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic void setKeyStore(String keyStore)
public void setTrustStore(String trustStore)
public void setTrustStorePassword(String password)
public void setKeyStorePassword(String password)
                
                
Version: 5.2.3-ice35-b22
Copyright © 2016 The University of Dundee & Open Microscopy Environment. All Rights Reserved.