org.bouncycastle.sasn1
Class Asn1Object
java.lang.Object
org.bouncycastle.sasn1.Asn1Object
public abstract class Asn1Object
extends java.lang.Object
Asn1Object(int baseTag, int tagNumber, InputStream contentStream)
|
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.
|
_baseTag
protected int _baseTag
_contentStream
protected InputStream _contentStream
_tagNumber
protected int _tagNumber
Asn1Object
protected Asn1Object(int baseTag,
int tagNumber,
InputStream contentStream)
getRawContentStream
public InputStream getRawContentStream()
Return an input stream representing the content bytes of the object.
getTagNumber
public int getTagNumber()
Return the tag number for this object.
isConstructed
public boolean isConstructed()
Return true if this object is a constructed one.
- true if this object is constructed.