InputRecord
implementation for SSLEngine
.
Modifier and Type | Field and Description |
---|---|
private boolean | |
private ByteBuffer |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
pack-priv int | bytesInCompletePacket(ByteBuffer[] srcs, int srcsOffset, int srcsLength)
Overrides sun.
|
private int | |
pack-priv Plaintext[] | decode(ByteBuffer[] srcs, int srcsOffset, int srcsLength)
Implements abstract sun.
|
private Plaintext[] | |
private Plaintext[] | |
pack-priv int | |
private Plaintext[] |
formatVerified | back to summary |
---|---|
private boolean formatVerified |
handshakeBuffer | back to summary |
---|---|
private ByteBuffer handshakeBuffer |
SSLEngineInputRecord | back to summary |
---|---|
pack-priv SSLEngineInputRecord(HandshakeHash handshakeHash) |
bytesInCompletePacket | back to summary |
---|---|
pack-priv int bytesInCompletePacket(ByteBuffer[] srcs, int srcsOffset, int srcsLength) throws IOException Overrides sun.
|
bytesInCompletePacket | back to summary |
---|---|
private int bytesInCompletePacket(ByteBuffer packet) throws SSLException |
decode | back to summary |
---|---|
pack-priv Plaintext[] decode(ByteBuffer[] srcs, int srcsOffset, int srcsLength) throws IOException, BadPaddingException Implements abstract sun.
|
decode | back to summary |
---|---|
private Plaintext[] decode(ByteBuffer packet) throws IOException, BadPaddingException |
decodeInputRecord | back to summary |
---|---|
private Plaintext[] decodeInputRecord(ByteBuffer packet) throws IOException, BadPaddingException |
estimateFragmentSize | back to summary |
---|---|
pack-priv int estimateFragmentSize(int packetSize) Overrides sun.
|
handleUnknownRecord | back to summary |
---|---|
private Plaintext[] handleUnknownRecord(ByteBuffer packet) throws IOException |