All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fitbur.bouncycastle.crypto.tls.TlsCompression Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package com.fitbur.bouncycastle.crypto.tls;

import java.io.OutputStream;

public interface TlsCompression
{
    OutputStream com.fitburpress(OutputStream output);

    OutputStream com.fitburcompress(OutputStream output);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy