org.bouncycastle.crypto.tls

Class TlsInputStream


public class TlsInputStream
extends InputStream

An InputStream for an TLS 1.0 connection.

Constructor Summary

TlsInputStream(TlsProtocolHandler handler)

Method Summary

void
close()
int
read()
int
read(byte[] buf, int offset, int len)

Constructor Details

TlsInputStream

protected TlsInputStream(TlsProtocolHandler handler)

Method Details

close

public void close()
            throws IOException

read

public int read()
            throws IOException

read

public int read(byte[] buf,
                int offset,
                int len)
            throws IOException