Class XofOutputStream
java.lang.Object
java.io.OutputStream
org.bouncycastle.crypto.UpdateOutputStream
org.bouncycastle.crypto.internal.io.XofOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bouncycastle.crypto.UpdateOutputStream
update, update, update
Methods inherited from class java.io.OutputStream
close, flush, nullOutputStream, write
-
Field Details
-
digest
-
-
Constructor Details
-
XofOutputStream
-
-
Method Details
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
getOutput
public final int getOutput(byte[] output, int off, int outLen) -
reset
public void reset()
-