org.bouncycastle.sasn1
public abstract class Asn1Object extends Object
Deprecated: use corresponsding classes in org.bouncycastle.asn1.
| Field Summary | |
|---|---|
| protected int | _baseTag |
| protected InputStream | _contentStream |
| protected int | _tagNumber |
| Constructor Summary | |
|---|---|
| protected | Asn1Object(int baseTag, int tagNumber, InputStream contentStream) |
| Method Summary | |
|---|---|
| InputStream | getRawContentStream()
Return an input stream representing the content bytes of the object.
|
| int | getTagNumber()
Return the tag number for this object.
|
| boolean | isConstructed()
Return true if this object is a constructed one.
|
Returns: content stream.
Returns: the tag number.
Returns: true if this object is constructed.