public class SslEngineHelper extends Object
| Constructor and Description |
|---|
SslEngineHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
close(WritableByteChannel channel,
SSLEngine engine) |
static boolean |
doHandshake(WritableByteChannel writeChannel,
ReadableByteChannel readChannel,
SSLEngine engine) |
static void |
write(WritableByteChannel socketChannel,
SSLEngine engine,
ByteBuffer plainOut,
ByteBuffer cypherOut) |
public static boolean doHandshake(WritableByteChannel writeChannel, ReadableByteChannel readChannel, SSLEngine engine) throws IOException
IOExceptionpublic static void write(WritableByteChannel socketChannel, SSLEngine engine, ByteBuffer plainOut, ByteBuffer cypherOut) throws IOException
IOExceptionpublic static void close(WritableByteChannel channel, SSLEngine engine) throws IOException
IOExceptionCopyright © 2025 Broadcom Inc. and its subsidiaries.. All rights reserved.