Interface PrivateKeyStrategy


  • @Deprecated
    public interface PrivateKeyStrategy
    Deprecated.
    A strategy allowing for a choice of an alias during SSL authentication.
    Since:
    4.3
    • Method Detail

      • chooseAlias

        java.lang.String chooseAlias​(java.util.Map<java.lang.String,​PrivateKeyDetails> aliases,
                                     java.net.Socket socket)
        Deprecated.
        Determines what key material to use for SSL authentication.