public class KeyAndTrustStoreConfiguration extends Object implements 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 InitializingBean
Exception
public void setKeyStore(String keyStore)
public void setTrustStore(String trustStore)
public void setTrustStorePassword(String password)
public void setKeyStorePassword(String password)
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.