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
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 © 2021 VMware, Inc. or its affiliates.. All rights reserved.