Assert SSLContext.init does not require X.509 KeyManager/TrustManager.

At the moment, if SSLContext.init is provided with non-empty array of
KeyManager or TrustManager instances which do not contain X.509 ones,
the method blows up. This is not the documented contract of this
method. Nor is this the behavior of RI.

Bug: 13563574
Change-Id: I8de58377a09025258357dd4da9f6cb1b6f2dab80
1 file changed