Table of Contents

Interface TlsCompression

Namespace
Enterprises.Org.BouncyCastle.Crypto.Tls
Assembly
Enterprises.BouncyCastle.Crypto.dll
public interface TlsCompression

Methods

Compress(Stream)

Stream Compress(Stream output)

Parameters

output Stream

Returns

Stream

Decompress(Stream)

Stream Decompress(Stream output)

Parameters

output Stream

Returns

Stream