Uses of Interface
org.conscrypt.DataStream

Packages that use DataStream
Package Description
org.conscrypt  
  • Uses of DataStream in org.conscrypt

    Classes in org.conscrypt that implement DataStream
    Modifier and Type Class Description
    class  HandshakeIODataStream
    This class provides Input/Output data functionality for handshake layer.
    class  SSLEngineDataStream
    This 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.