Uses of Interface
org.conscrypt.Appendable
| Package | Description |
|---|---|
| org.conscrypt |
-
Uses of Appendable in org.conscrypt
Classes in org.conscrypt that implement Appendable Modifier and Type Class Description classHandshakeIODataStreamThis class provides Input/Output data functionality for handshake layer.classSSLEngineAppDataThis class is used to retrieve the application data arrived for the SSLEngine.Constructors in org.conscrypt with parameters of type Appendable 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.