Class ReloadableX509KeyManager
java.lang.Object
org.apache.storm.security.auth.tls.ReloadableX509KeyManager
- All Implemented Interfaces:
- KeyManager,- X509KeyManager
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionchooseClientAlias(String[] strings, Principal[] principals, Socket socket) chooseServerAlias(String s, Principal[] principals, Socket socket) createKeyManager(KeyStore keystore, String keystorePassword) String[]getClientAliases(String s, Principal[] principals) getKeyStore(String keystorePath, String keystorePassword) String[]getServerAliases(String s, Principal[] principals) 
- 
Constructor Details- 
ReloadableX509KeyManager- Throws:
- Exception
 
 
- 
- 
Method Details- 
createKeyManager- Throws:
- Exception
 
- 
getClientAliases- Specified by:
- getClientAliasesin interface- X509KeyManager
 
- 
chooseClientAlias- Specified by:
- chooseClientAliasin interface- X509KeyManager
 
- 
getServerAliases- Specified by:
- getServerAliasesin interface- X509KeyManager
 
- 
chooseServerAlias- Specified by:
- chooseServerAliasin interface- X509KeyManager
 
- 
getCertificateChain- Specified by:
- getCertificateChainin interface- X509KeyManager
 
- 
getPrivateKey- Specified by:
- getPrivateKeyin interface- X509KeyManager
 
- 
getKeyStore- Throws:
- Exception
 
 
-