/* 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;
}
