| java.lang.Object com.sun.portal.netlet.crypt.jsse.NetletKeyManager
NetletKeyManager | public NetletKeyManager(NetletJSSEAuthContext authContext)(Code) | | Parameters: authContext - This will be used for callbacks |
chooseClientAlias | public String chooseClientAlias(String[] keyType, Principal[] issuers, Socket socket)(Code) | | chooseClientAlias selects an alias to authenticate the client side
of a SSL connection. This implementation prompts the user for the
keystore path and password.
Parameters: keyType - the key algorithm type name(s) Parameters: issuers - the list of acceptable CA issuer subject names Parameters: socket - the socket to be used for this connection. |
|
|