| 程序包 | 说明 |
|---|---|
| org.openeuler.sun.security.ssl |
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) SSLSessionImpl |
TransportContext.conSession |
(专用程序包) SSLSessionImpl |
HandshakeContext.handshakeSession |
(专用程序包) SSLSessionImpl |
HandshakeContext.resumingSession |
| 限定符和类型 | 字段和说明 |
|---|---|
private Queue<SSLSessionImpl> |
SSLSessionImpl.childSessions |
private Cache<SessionId,SSLSessionImpl> |
SSLSessionContextImpl.sessionCache |
private Cache<String,SSLSessionImpl> |
SSLSessionContextImpl.sessionHostPortCache |
| 限定符和类型 | 方法和说明 |
|---|---|
(专用程序包) SSLSessionImpl |
SSLSessionImpl.finish() |
(专用程序包) SSLSessionImpl |
SSLSessionContextImpl.get(byte[] id) |
(专用程序包) SSLSessionImpl |
SSLSessionContextImpl.get(String hostname,
int port) |
(专用程序包) SSLSessionImpl |
SSLSessionContextImpl.pull(byte[] id) |
| 限定符和类型 | 方法和说明 |
|---|---|
(专用程序包) void |
SSLSessionImpl.addChild(SSLSessionImpl session) |
private static boolean |
PreSharedKeyExtension.canRejoin(ClientHello.ClientHelloMessage clientHello,
ServerHandshakeContext shc,
SSLSessionImpl s) |
private static void |
PreSharedKeyExtension.checkBinder(ServerHandshakeContext shc,
SSLSessionImpl session,
HandshakeHash pskBinderHash,
byte[] binder) |
private static byte[] |
PreSharedKeyExtension.computeBinder(HandshakeContext context,
SecretKey binderKey,
HandshakeHash hash,
SSLSessionImpl session,
HandshakeContext ctx,
ClientHello.ClientHelloMessage hello,
PreSharedKeyExtension.CHPreSharedKeySpec pskPrototype) |
private static byte[] |
PreSharedKeyExtension.computeBinder(HandshakeContext context,
SecretKey binderKey,
SSLSessionImpl session,
byte[] digest) |
private static byte[] |
PreSharedKeyExtension.computeBinder(HandshakeContext context,
SecretKey binderKey,
SSLSessionImpl session,
HandshakeHash pskBinderHash) |
private static SecretKey |
PreSharedKeyExtension.deriveBinderKey(HandshakeContext context,
SecretKey psk,
SSLSessionImpl session) |
(专用程序包) void |
SSLSessionContextImpl.put(SSLSessionImpl s) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SSLSessionContextImpl.SessionCacheVisitor.visit(Map<SessionId,SSLSessionImpl> map) |
| 构造器和说明 |
|---|
SSLSessionImpl(SSLSessionImpl baseSession,
SessionId newId) |
Copyright © 2023. All rights reserved.