-
Bug
-
Resolution: Fixed
-
P3
-
unknown
-
None
-
beta3
-
generic
-
generic
Once 4302197 goes into core, we need to finish the rest of this
work.
The client handshaker should figure out what key types to use
(RSA/DSA) and then only call chooseClientAlias()
once. By passing in an array of keytypes, we should only
make one call, and let the keymanager decide whether
to use a rsa or dsa key, and not leave that decision
to our implementation.
Brad
- relates to
-
JDK-4501014 No need to pass in array of keytypes to X509KeyManager.chooseServerAlias()
-
- Resolved
-