hunt-net ~master (2022-02-18T10:07:33Z)
Home
Dub
Repo
AbstractConscryptEngine.unwrap
hunt
net
secure
conscrypt
AbstractConscryptEngine
AbstractConscryptEngine
Undocumented in source.
SSLEngineResult
unwrap
(ByteBuffer src, ByteBuffer dst)
SSLEngineResult
unwrap
(ByteBuffer src, ByteBuffer[] dsts)
SSLEngineResult
unwrap
(ByteBuffer src, ByteBuffer[] dsts, int offset, int length)
SSLEngineResult
unwrap
(ByteBuffer[] srcs, ByteBuffer[] dsts)
class
AbstractConscryptEngine
abstract
SSLEngineResult
unwrap
(
ByteBuffer
[]
srcs
,
ByteBuffer
[]
dsts
)
SSLEngineResult
unwrap
(ByteBuffer[] srcs, int srcsOffset, int srcsLength, ByteBuffer[] dsts, int dstsOffset, int dstsLength)
Meta
Source
See Implementation
hunt
net
secure
conscrypt
AbstractConscryptEngine
AbstractConscryptEngine
functions
getApplicationProtocol
getApplicationProtocols
getHandshakeApplicationProtocol
getHostname
getPeerHost
getPeerPort
handshakeSession
maxSealOverhead
setApplicationProtocolSelector
setApplicationProtocols
setHandshakeListener
setHostname
setUseSessionTickets
unwrap
wrap