Package io.jans.as.model.crypto.binding
Class TokenBindingStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.ByteArrayInputStream
-
- io.jans.as.model.crypto.binding.TokenBindingStream
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
public class TokenBindingStream extends ByteArrayInputStream
- Author:
- Yuriy Zabrovarnyy
-
-
Field Summary
-
Fields inherited from class java.io.ByteArrayInputStream
buf, count, mark, pos
-
-
Constructor Summary
Constructors Constructor Description TokenBindingStream(byte[] buf)
TokenBindingStream(byte[] buf, int offset, int length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPos()
-
Methods inherited from class java.io.ByteArrayInputStream
available, close, mark, markSupported, read, read, readAllBytes, readNBytes, reset, skip, transferTo
-
Methods inherited from class java.io.InputStream
nullInputStream, read, readNBytes
-
-