Uses of Interface
org.conscrypt.DataStream
| Package | Description |
|---|---|
| org.conscrypt |
-
Uses of DataStream in org.conscrypt
Classes in org.conscrypt that implement DataStream Modifier and Type Class Description classHandshakeIODataStreamThis class provides Input/Output data functionality for handshake layer.classSSLEngineDataStreamThis class provides the DataStream functionality implemented over the array of ByteBuffer instances.Methods in org.conscrypt with parameters of type DataStream Modifier and Type Method Description protected byte[]SSLRecordProtocol. wrap(byte content_type, DataStream dataStream)Depending on the Connection State (Session) encrypts and compress the provided data, and packs it into TLSCiphertext structure.