Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Interface TlsCloseable

All Known Subinterfaces:
DatagramTransport
All Known Implementing Classes:
DTLSTransport, LoggingDatagramTransport, TlsProtocol, UDPTransport, UnreliableDatagramTransport

Deprecated. Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).

public interface TlsCloseable


Method Summary
 void close()
          Deprecated.  
 

Method Detail

close

public void close()
           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

Bouncy Castle Cryptography Library 1.64