Package org.apache.hc.core5.ssl
Interface PrivateKeyStrategy
public interface PrivateKeyStrategy
A strategy allowing for a choice of an alias during SSL authentication.
- Since:
- 4.4
-
Method Summary
Modifier and TypeMethodDescriptionchooseAlias
(Map<String, PrivateKeyDetails> aliases, SSLParameters sslParameters) Determines what key material to use for SSL authentication.
-
Method Details
-
chooseAlias
Determines what key material to use for SSL authentication.
-