Package de.mhus.lib.core.crypt
Class CipherDecodeAsync
- java.lang.Object
-
- java.io.InputStream
-
- de.mhus.lib.core.crypt.CipherDecodeAsync
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public class CipherDecodeAsync extends InputStream
-
-
Constructor Summary
Constructors Constructor Description CipherDecodeAsync(AsyncKey key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()intread()byte[]toBytes()voidwrite(BigInteger next)-
Methods inherited from class java.io.InputStream
available, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
-
-
-
-
Constructor Detail
-
CipherDecodeAsync
public CipherDecodeAsync(AsyncKey key)
-
-
Method Detail
-
write
public void write(BigInteger next) throws IOException
- Throws:
IOException
-
read
public int read() throws IOException- Specified by:
readin classInputStream- Throws:
IOException
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-
toBytes
public byte[] toBytes()
-
-