org.apache.http.conn.ssl
Interface PrivateKeyStrategy


public interface PrivateKeyStrategy

A strategy allowing for a choice of an alias during SSL authentication.

Since:
4.3

Method Summary
 String chooseAlias(Map<String,PrivateKeyDetails> aliases, Socket socket)
          Determines what key material to use for SSL authentication.
 

Method Detail

chooseAlias

String chooseAlias(Map<String,PrivateKeyDetails> aliases,
                   Socket socket)
Determines what key material to use for SSL authentication.



Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.