final class SSLEngineOutputRecord.HandshakeFragment extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private LinkedList<SSLEngineOutputRecord.RecordMemo> |
handshakeMemos |
| 构造器和说明 |
|---|
HandshakeFragment() |
| 限定符和类型 | 方法和说明 |
|---|---|
(专用程序包) Ciphertext |
acquireCiphertext(ByteBuffer dstBuf) |
(专用程序包) boolean |
hasAlert() |
(专用程序包) boolean |
isEmpty() |
(专用程序包) void |
queueUpAlert(byte level,
byte description) |
(专用程序包) void |
queueUpChangeCipherSpec() |
(专用程序包) void |
queueUpFragment(byte[] source,
int offset,
int length) |
private LinkedList<SSLEngineOutputRecord.RecordMemo> handshakeMemos
void queueUpFragment(byte[] source,
int offset,
int length)
throws IOException
IOExceptionvoid queueUpChangeCipherSpec()
void queueUpAlert(byte level,
byte description)
Ciphertext acquireCiphertext(ByteBuffer dstBuf) throws IOException
IOExceptionboolean isEmpty()
boolean hasAlert()
Copyright © 2023. All rights reserved.