| 程序包 | 说明 |
|---|---|
| org.openeuler.sun.security.ssl |
| 限定符和类型 | 类和说明 |
|---|---|
private static class |
SSLContextImpl.AbstractTLSContext |
private static class |
SSLContextImpl.CustomizedTLSContext |
static class |
SSLContextImpl.DefaultSSLContext |
static class |
SSLContextImpl.GMTLSContext |
static class |
SSLContextImpl.TLS10Context |
static class |
SSLContextImpl.TLS11Context |
static class |
SSLContextImpl.TLS12Context |
static class |
SSLContextImpl.TLS13Context |
static class |
SSLContextImpl.TLSContext |
| 限定符和类型 | 字段和说明 |
|---|---|
private SSLContextImpl |
SSLSocketFactoryImpl.context |
private SSLContextImpl |
SSLServerSocketFactoryImpl.context |
(专用程序包) SSLContextImpl |
TransportContext.sslContext |
(专用程序包) SSLContextImpl |
SSLSocketImpl.sslContext |
private SSLContextImpl |
SSLServerSocketImpl.sslContext |
private SSLContextImpl |
SSLEngineImpl.sslContext |
private static SSLContextImpl |
SSLContextImpl.DefaultSSLContextHolder.sslContext |
(专用程序包) SSLContextImpl |
HandshakeContext.sslContext |
| 限定符和类型 | 方法和说明 |
|---|---|
(专用程序包) static SSLContextImpl |
SSLContextImpl.DefaultSSLContext.getDefaultImpl() |
| 构造器和说明 |
|---|
ClientHandshakeContext(SSLContextImpl sslContext,
TransportContext conContext) |
HandshakeContext(SSLContextImpl sslContext,
TransportContext conContext) |
ServerHandshakeContext(SSLContextImpl sslContext,
TransportContext conContext) |
SSLConfiguration(SSLContextImpl sslContext,
boolean isClientMode) |
SSLEngineImpl(SSLContextImpl sslContext)
Constructor for an SSLEngine from SSLContext, without
host/port hints.
|
SSLEngineImpl(SSLContextImpl sslContext,
String host,
int port)
Constructor for an SSLEngine from SSLContext.
|
SSLServerSocketFactoryImpl(SSLContextImpl context)
Called from SSLContextImpl's getSSLServerSocketFactory().
|
SSLServerSocketImpl(SSLContextImpl sslContext) |
SSLServerSocketImpl(SSLContextImpl sslContext,
int port,
int backlog) |
SSLServerSocketImpl(SSLContextImpl sslContext,
int port,
int backlog,
InetAddress address) |
SSLSocketFactoryImpl(SSLContextImpl context)
Constructs an SSL socket factory.
|
SSLSocketImpl(SSLContextImpl sslContext)
Package-private constructor used to instantiate an unconnected
socket.
|
SSLSocketImpl(SSLContextImpl sslContext,
InetAddress address,
int peerPort)
Constructs an SSL connection to a server at a specified
address, and TCP port, using the authentication context
provided.
|
SSLSocketImpl(SSLContextImpl sslContext,
InetAddress peerAddr,
int peerPort,
InetAddress localAddr,
int localPort)
Constructs an SSL connection to a server at a specified
address, and TCP port, using the authentication context
provided.
|
SSLSocketImpl(SSLContextImpl sslContext,
Socket sock,
InputStream consumed,
boolean autoClose)
Creates a server mode
Socket layered over an
existing connected socket, and is able to read data which has
already been consumed/removed from the Socket's
underlying InputStream. |
SSLSocketImpl(SSLContextImpl sslContext,
Socket sock,
String peerHost,
int port,
boolean autoClose)
Layer SSL traffic over an existing connection, rather than
creating a new connection.
|
SSLSocketImpl(SSLContextImpl sslContext,
SSLConfiguration sslConfig)
Package-private constructor used to instantiate a server socket.
|
SSLSocketImpl(SSLContextImpl sslContext,
String peerHost,
int peerPort)
Constructs an SSL connection to a named host at a specified
port, using the authentication context provided.
|
SSLSocketImpl(SSLContextImpl sslContext,
String peerHost,
int peerPort,
InetAddress localAddr,
int localPort)
Constructs an SSL connection to a named host at a specified
port, using the authentication context provided.
|
TransportContext(SSLContextImpl sslContext,
SSLTransport transport,
InputRecord inputRecord,
OutputRecord outputRecord) |
TransportContext(SSLContextImpl sslContext,
SSLTransport transport,
InputRecord inputRecord,
OutputRecord outputRecord,
boolean isClientMode) |
TransportContext(SSLContextImpl sslContext,
SSLTransport transport,
SSLConfiguration sslConfig,
InputRecord inputRecord,
OutputRecord outputRecord) |
TransportContext(SSLContextImpl sslContext,
SSLTransport transport,
SSLConfiguration sslConfig,
InputRecord inputRecord,
OutputRecord outputRecord,
boolean isUnsureMode) |
Copyright © 2023. All rights reserved.