public class BERInputStream extends DERInputStream
Modifier and Type | Field and Description |
---|---|
private static DERObject |
END_OF_STREAM
Deprecated.
|
in
APPLICATION, 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, readLength
available, close, mark, markSupported, read, read, read, reset, skip
private static final DERObject END_OF_STREAM
public BERInputStream(InputStream is)
private byte[] readIndefiniteLengthFully() throws IOException
IOException
private BERConstructedOctetString buildConstructedOctetString() throws IOException
IOException
public DERObject readObject() throws IOException
readObject
in class DERInputStream
IOException