private Plaintext |
SSLSocketImpl.decode(ByteBuffer destination) |
private Plaintext[] |
SSLEngineInputRecord.decode(ByteBuffer packet) |
(专用程序包) Plaintext[] |
SSLSocketInputRecord.decode(ByteBuffer[] srcs,
int srcsOffset,
int srcsLength) |
(专用程序包) Plaintext[] |
SSLEngineInputRecord.decode(ByteBuffer[] srcs,
int srcsOffset,
int srcsLength) |
(专用程序包) abstract Plaintext[] |
InputRecord.decode(ByteBuffer[] srcs,
int srcsOffset,
int srcsLength) |
private Plaintext |
SSLEngineImpl.decode(ByteBuffer[] srcs,
int srcsOffset,
int srcsLength,
ByteBuffer[] dsts,
int dstsOffset,
int dstsLength) |
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.
|
private Plaintext[] |
SSLSocketInputRecord.decodeInputRecord(byte[] header) |
private Plaintext[] |
SSLEngineInputRecord.decodeInputRecord(ByteBuffer packet) |
(专用程序包) abstract Plaintext |
SSLCipher.SSLReadCipher.decrypt(byte contentType,
ByteBuffer bb,
byte[] sequence) |
Plaintext |
SSLCipher.NullReadCipherGenerator.NullReadCipher.decrypt(byte contentType,
ByteBuffer bb,
byte[] sequence) |
Plaintext |
SSLCipher.StreamReadCipherGenerator.StreamReadCipher.decrypt(byte contentType,
ByteBuffer bb,
byte[] sequence) |
Plaintext |
SSLCipher.T10BlockReadCipherGenerator.BlockReadCipher.decrypt(byte contentType,
ByteBuffer bb,
byte[] sequence) |
Plaintext |
SSLCipher.T11BlockReadCipherGenerator.BlockReadCipher.decrypt(byte contentType,
ByteBuffer bb,
byte[] sequence) |
Plaintext |
SSLCipher.GMTlsBlockReadCipherGenerator.BlockReadCipher.decrypt(byte contentType,
ByteBuffer bb,
byte[] sequence) |
Plaintext |
SSLCipher.T12GcmReadCipherGenerator.GcmReadCipher.decrypt(byte contentType,
ByteBuffer bb,
byte[] sequence) |
Plaintext |
SSLCipher.GMTlsGcmReadCipherGenerator.GcmReadCipher.decrypt(byte contentType,
ByteBuffer bb,
byte[] sequence) |
Plaintext |
SSLCipher.T13GcmReadCipherGenerator.GcmReadCipher.decrypt(byte contentType,
ByteBuffer bb,
byte[] sequence) |
private Plaintext |
SSLSocketImpl.handleEOF(EOFException eofe) |
private Plaintext[] |
SSLSocketInputRecord.handleUnknownRecord(byte[] header) |
private Plaintext[] |
SSLEngineInputRecord.handleUnknownRecord(ByteBuffer packet) |