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(SocketChannel socketChannel,
SSLEngine engine) |
static void |
write(WritableByteChannel socketChannel,
SSLEngine engine,
ByteBuffer plainOut,
ByteBuffer cypherOut) |
public static boolean doHandshake(SocketChannel socketChannel, 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 © 2021 VMware, Inc. or its affiliates.. All rights reserved.