| 程序包 | 说明 |
|---|---|
| org.openeuler.sun.security.ssl |
| 限定符和类型 | 字段和说明 |
|---|---|
private SessionId |
SSLSessionImpl.sessionId |
(专用程序包) SessionId |
ServerHello.ServerHelloMessage.sessionId |
(专用程序包) SessionId |
ClientHello.ClientHelloMessage.sessionId |
| 限定符和类型 | 字段和说明 |
|---|---|
private Cache<SessionId,SSLSessionImpl> |
SSLSessionContextImpl.sessionCache |
| 限定符和类型 | 方法和说明 |
|---|---|
(专用程序包) SessionId |
SSLSessionImpl.getSessionId() |
| 限定符和类型 | 方法和说明 |
|---|---|
(专用程序包) void |
SSLSessionContextImpl.remove(SessionId key) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SSLSessionContextImpl.SessionCacheVisitor.visit(Map<SessionId,SSLSessionImpl> map) |
| 构造器和说明 |
|---|
ClientHelloMessage(HandshakeContext handshakeContext,
int clientVersion,
SessionId sessionId,
List<CipherSuite> cipherSuites,
SecureRandom generator) |
ServerHelloMessage(HandshakeContext context,
ProtocolVersion serverVersion,
SessionId sessionId,
CipherSuite cipherSuite,
RandomCookie serverRandom,
ClientHello.ClientHelloMessage clientHello) |
SSLSessionImpl(HandshakeContext hc,
CipherSuite cipherSuite,
SessionId id) |
SSLSessionImpl(HandshakeContext hc,
CipherSuite cipherSuite,
SessionId id,
long creationTime) |
SSLSessionImpl(SSLSessionImpl baseSession,
SessionId newId) |
Copyright © 2023. All rights reserved.