Class OpenSSLBIOSink
java.lang.Object
org.conscrypt.OpenSSLBIOSink
Wraps a BoringSSL BIO to act as a place to write out data.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ByteArrayOutputStreamprivate final longprivate int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ctx
private final long ctx -
buffer
-
position
private int position
-
-
Constructor Details
-
OpenSSLBIOSink
-
-
Method Details
-
create
-
available
int available() -
reset
void reset() -
skip
long skip(long byteCount) -
getContext
long getContext() -
toByteArray
byte[] toByteArray() -
position
int position() -
finalize
-