public class DtlsEngine extends Object
Constructor and Description |
---|
DtlsEngine(org.opendaylight.usc.crypto.dtls.DtlsHandlerTransport rawTransport) |
Modifier and Type | Method and Description |
---|---|
void |
initialize(org.bouncycastle.crypto.tls.DTLSTransport encTransport) |
boolean |
isInitialized() |
ArrayList<io.netty.channel.socket.DatagramPacket> |
read(io.netty.channel.socket.DatagramPacket msg) |
void |
write(io.netty.channel.socket.DatagramPacket packet) |
public DtlsEngine(org.opendaylight.usc.crypto.dtls.DtlsHandlerTransport rawTransport)
public ArrayList<io.netty.channel.socket.DatagramPacket> read(io.netty.channel.socket.DatagramPacket msg) throws InterruptedException, ExecutionException, IOException
public void write(io.netty.channel.socket.DatagramPacket packet) throws IOException, InterruptedException, ExecutionException
public void initialize(org.bouncycastle.crypto.tls.DTLSTransport encTransport) throws InterruptedException, ExecutionException, IOException
public boolean isInitialized()
Copyright © 2018 OpenDaylight. All rights reserved.