com.lowagie.bc.asn1
Class DERInputStream
FilterInputStream
com.lowagie.bc.asn1.DERInputStream
- DERTags
public class DERInputStream
extends FilterInputStream
Don't use this class. It will eventually disappear, use ASN1InputStream.
This class is scheduled for removal.
APPLICATION , BIT_STRING , BMP_STRING , BOOLEAN , CONSTRUCTED , ENUMERATED , EXTERNAL , GENERALIZED_TIME , GENERAL_STRING , 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 |
DERInputStream
public DERInputStream(InputStream is)
buildObject
protected DERObject buildObject(int tag,
byte[] bytes)
throws IOException
build an object given its tag and a byte stream to construct it
from.
readFully
protected void readFully(byte[] bytes)
throws IOException
readLength
protected int readLength()
throws IOException
readObject
public DERObject readObject()
throws IOException