Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Interface TlsCloseable

All Known Subinterfaces:
DatagramTransport
All Known Implementing Classes:
TlsProtocol

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. 

Bouncy Castle Cryptography Library 1.64