public final class

DefaultSSLContextImpl

extends SSLContextImpl
java.lang.Object
   ↳ javax.net.ssl.SSLContextSpi
     ↳ sun.security.ssl.SSLContextImpl
       ↳ sun.security.ssl.DefaultSSLContextImpl

Class Overview

"Default" SSLContext as returned by SSLContext.getDefault(). It comes initialized with default KeyManagers and TrustManagers created using various system properties.

Summary

Public Constructors
DefaultSSLContextImpl()
Protected Methods
void engineInit(KeyManager[] km, TrustManager[] tm, SecureRandom sr)
Initializes this context.
[Expand]
Inherited Methods
From class sun.security.ssl.SSLContextImpl
From class javax.net.ssl.SSLContextSpi
From class java.lang.Object

Public Constructors

public DefaultSSLContextImpl ()

Throws
Exception

Protected Methods

protected void engineInit (KeyManager[] km, TrustManager[] tm, SecureRandom sr)

Initializes this context.

Parameters
km the sources of authentication keys
tm the sources of peer authentication trust decisions
sr the source of randomness