public class BERInputStream extends DERInputStream
| Modifier and Type | Field and Description |
|---|---|
private static DERObject |
END_OF_STREAM
Deprecated.
|
inAPPLICATION, BIT_STRING, BMP_STRING, BOOLEAN, CONSTRUCTED, ENUMERATED, EXTERNAL, GENERAL_STRING, GENERALIZED_TIME, GRAPHIC_STRING, IA5_STRING, INTEGER, NULL, NUMERIC_STRING, OBJECT_IDENTIFIER, OCTET_STRING, PRINTABLE_STRING, SEQUENCE, SEQUENCE_OF, SET, SET_OF, T61_STRING, TAGGED, UNIVERSAL_STRING, UTC_TIME, UTF8_STRING, VIDEOTEX_STRING, VISIBLE_STRING| Constructor and Description |
|---|
BERInputStream(InputStream is)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
private BERConstructedOctetString |
buildConstructedOctetString()
Deprecated.
|
private byte[] |
readIndefiniteLengthFully()
Deprecated.
read a string of bytes representing an indefinite length object.
|
DERObject |
readObject()
Deprecated.
|
buildObject, readFully, readLengthavailable, close, mark, markSupported, read, read, read, reset, skipprivate static final DERObject END_OF_STREAM
public BERInputStream(InputStream is)
private byte[] readIndefiniteLengthFully() throws IOException
IOExceptionprivate BERConstructedOctetString buildConstructedOctetString() throws IOException
IOExceptionpublic DERObject readObject() throws IOException
readObject in class DERInputStreamIOException