Interface TlsKeyManagersProvider
- All Known Implementing Classes:
- AbstractFileStoreTlsKeyManagersProvider,- FileStoreTlsKeyManagersProvider,- NoneTlsKeyManagersProvider,- SystemPropertyTlsKeyManagersProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Provider for the 
key managers to be used by the SDK when
 creating the SSL context. Key managers are used when the client is required
 to authenticate with the remote TLS peer, such as an HTTP proxy.- 
Method Summary
- 
Method Details- 
keyManagersKeyManager[] keyManagers()- Returns:
- The KeyManagers, ornull.
 
- 
noneProvider- Returns:
- A provider that returns a nullarray ofKeyManagers.
 
 
-