| 程序包 | 说明 |
|---|---|
| org.openeuler.sun.security.ssl |
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) HandshakeHash |
OutputRecord.handshakeHash |
(专用程序包) HandshakeHash |
InputRecord.handshakeHash |
(专用程序包) HandshakeHash |
HandshakeContext.handshakeHash |
| 限定符和类型 | 方法和说明 |
|---|---|
(专用程序包) HandshakeHash |
HandshakeHash.copy() |
| 限定符和类型 | 方法和说明 |
|---|---|
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,
HandshakeHash pskBinderHash) |
| 构造器和说明 |
|---|
InputRecord(HandshakeHash handshakeHash,
SSLCipher.SSLReadCipher readCipher) |
OutputRecord(HandshakeHash handshakeHash,
SSLCipher.SSLWriteCipher writeCipher) |
SSLEngineInputRecord(HandshakeHash handshakeHash) |
SSLEngineOutputRecord(HandshakeHash handshakeHash) |
SSLSocketInputRecord(HandshakeHash handshakeHash) |
SSLSocketOutputRecord(HandshakeHash handshakeHash) |
SSLSocketOutputRecord(HandshakeHash handshakeHash,
TransportContext tc) |
Copyright © 2023. All rights reserved.