Package org.bouncycastle.tls
Class HandshakeMessageInput
java.lang.Object
java.io.InputStream
java.io.ByteArrayInputStream
org.bouncycastle.tls.HandshakeMessageInput
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Field Summary
Fields inherited from class java.io.ByteArrayInputStream
buf, count, mark, pos -
Method Summary
Modifier and TypeMethodDescriptionvoidmark(int readAheadLimit) booleanvoidupdateHash(TlsHash hash) Methods inherited from class java.io.ByteArrayInputStream
available, close, read, read, readAllBytes, readNBytes, reset, skip, transferToMethods inherited from class java.io.InputStream
nullInputStream, read, readNBytes, skipNBytes
-
Method Details
-
markSupported
public boolean markSupported()- Overrides:
markSupportedin classByteArrayInputStream
-
mark
public void mark(int readAheadLimit) - Overrides:
markin classByteArrayInputStream
-
updateHash
-