Package org.bouncycastle.crypto.tls
Interface TlsCloseable
-
- All Known Subinterfaces:
DatagramTransport
- All Known Implementing Classes:
DTLSTransport
,LoggingDatagramTransport
,TlsClientProtocol
,TlsProtocol
,TlsServerProtocol
,UDPTransport
,UnreliableDatagramTransport
public interface TlsCloseable
Deprecated.Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
close()
Deprecated.
-