Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
javax.net.ssl.SSLContextSpi

Uses of SSLContextSpi in javax.net.ssl
 

Fields in javax.net.ssl declared as SSLContextSpi
private  SSLContextSpi SSLContext.ctxSpi
          The underlying engine.
 

Constructors in javax.net.ssl with parameters of type SSLContextSpi
SSLContext(SSLContextSpi ctxSpi, java.security.Provider provider, java.lang.String protocol)
          Create a new SSL context.