@FunctionalInterface public interface TlsKeyManagersProvider
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.Modifier and Type | Method and Description |
---|---|
KeyManager[] |
keyManagers() |
static TlsKeyManagersProvider |
noneProvider() |
KeyManager[] keyManagers()
KeyManager
s, or null
.static TlsKeyManagersProvider noneProvider()
null
array of KeyManager
s.Copyright © 2022. All rights reserved.