Uses of Class
org.conscrypt.SSLInputStream
| Package | Description |
|---|---|
| org.conscrypt |
-
Uses of SSLInputStream in org.conscrypt
Subclasses of SSLInputStream in org.conscrypt Modifier and Type Class Description classHandshakeIODataStreamThis class provides Input/Output data functionality for handshake layer.classSSLBufferedInputThis is a wrapper input stream for ByteBuffer data source.classSSLStreamedInputThis class acts like a filtered input stream: it takes the bytes from another InputStream.Constructors in org.conscrypt with parameters of type SSLInputStream Constructor Description SSLRecordProtocol(HandshakeProtocol handshakeProtocol, AlertProtocol alertProtocol, SSLInputStream in, Appendable appData)Creates an instance of record protocol and tunes up the client protocols to use ut.