|
Bouncy Castle Cryptography 1.20 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.io.InputStream | +--org.bouncycastle.bcpg.ArmoredInputStream
reader for Base64 armored objects - read the headers and then start returning bytes when the data is reached. An IOException is thrown if the CRC check fails.
Constructor Summary | |
ArmoredInputStream(java.io.InputStream in)
|
Method Summary | |
int |
available()
|
int |
read()
|
Methods inherited from class java.io.InputStream |
close, mark, markSupported, read, read, reset, skip |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ArmoredInputStream(java.io.InputStream in)
Method Detail |
public int available() throws java.io.IOException
available
in class java.io.InputStream
public int read() throws java.io.IOException
read
in class java.io.InputStream
|
Bouncy Castle Cryptography 1.20 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |