org.bouncycastle.sasn1
public abstract class Asn1Object extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
_baseTag
Deprecated.
|
protected java.io.InputStream |
_contentStream
Deprecated.
|
protected int |
_tagNumber
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
Asn1Object(int baseTag,
int tagNumber,
java.io.InputStream contentStream)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
getRawContentStream()
Deprecated.
Return an input stream representing the content bytes of the object.
|
int |
getTagNumber()
Deprecated.
Return the tag number for this object.
|
boolean |
isConstructed()
Deprecated.
Return true if this object is a constructed one.
|
protected int _baseTag
protected int _tagNumber
protected java.io.InputStream _contentStream
protected Asn1Object(int baseTag, int tagNumber, java.io.InputStream contentStream)
public boolean isConstructed()
public int getTagNumber()
public java.io.InputStream getRawContentStream()