![JAR search and dependency download from the Maven repository](/logo.png)
org.bouncycastle.tls.TlsCloseable Maven / Gradle / Ivy
The newest version!
package org.bouncycastle.tls;
import java.io.IOException;
public interface TlsCloseable
{
public void close() throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy