blob: f7dd0f4e35641e5161428abecea5a3f7bed1f0c3 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
package com.android.org.bouncycastle.crypto.tls;
import java.io.IOException;
/**
* @deprecated Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
* @hide This class is not part of the Android public SDK API
*/
public interface TlsCloseable
{
public void close() throws IOException;
}