public class BERInputStream extends DERInputStream
| Modifier and Type | Field and Description |
|---|---|
private static DERObject |
END_OF_STREAM
Deprecated.
|
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(java.io.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, readLengthprivate static final DERObject END_OF_STREAM
private byte[] readIndefiniteLengthFully()
throws java.io.IOException
java.io.IOExceptionprivate BERConstructedOctetString buildConstructedOctetString() throws java.io.IOException
java.io.IOExceptionpublic DERObject readObject() throws java.io.IOException
readObject in class DERInputStreamjava.io.IOExceptionCopyright © 1998-2014 Gamma Technologies. All Rights Reserved.