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
IOException
public static void write(WritableByteChannel socketChannel, SSLEngine engine, ByteBuffer plainOut, ByteBuffer cypherOut) throws IOException
IOException
public static void close(WritableByteChannel channel, SSLEngine engine) throws IOException
IOException
Copyright © 2024 Broadcom Inc. and its subsidiaries.. All rights reserved.