| 程序包 | 说明 |
|---|---|
| org.openeuler.sun.security.ssl |
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) TransportContext |
SSLSocketImpl.conContext |
(专用程序包) TransportContext |
SSLEngineImpl.conContext |
(专用程序包) TransportContext |
HandshakeContext.conContext |
(专用程序包) TransportContext |
OutputRecord.tc |
(专用程序包) TransportContext |
InputRecord.tc |
| 限定符和类型 | 方法和说明 |
|---|---|
static Plaintext |
SSLTransport.decode(TransportContext context,
ByteBuffer[] srcs,
int srcsOffset,
int srcsLength,
ByteBuffer[] dsts,
int dstsOffset,
int dstsLength)
Decodes an array of SSL/TLS network source data into the
destination application data buffers.
|
(专用程序包) static byte |
HandshakeContext.getHandshakeType(TransportContext conContext,
Plaintext plaintext)
Parse the handshake record and return the contentType
|
(专用程序包) static boolean |
PostHandshakeContext.isConsumable(TransportContext context,
byte handshakeType) |
(专用程序包) static void |
ClientHello.ClientHelloMessage.readPartial(TransportContext tc,
ByteBuffer m) |
| 构造器和说明 |
|---|
AlertMessage(TransportContext context,
ByteBuffer m) |
ClientHandshakeContext(SSLContextImpl sslContext,
TransportContext conContext) |
HandshakeContext(SSLContextImpl sslContext,
TransportContext conContext) |
HandshakeContext(TransportContext conContext)
Constructor for PostHandshakeContext
|
PostHandshakeContext(TransportContext context) |
ServerHandshakeContext(SSLContextImpl sslContext,
TransportContext conContext) |
SSLSocketOutputRecord(HandshakeHash handshakeHash,
TransportContext tc) |
Copyright © 2023. All rights reserved.