|
Bouncy Castle Cryptography Library 1.45 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.sasn1.Asn1Object
public abstract class Asn1Object
Field Summary | |
---|---|
protected int |
_baseTag
Deprecated. |
protected java.io.InputStream |
_contentStream
Deprecated. |
protected int |
_tagNumber
Deprecated. |
Constructor Summary | |
---|---|
protected |
Asn1Object(int baseTag,
int tagNumber,
java.io.InputStream contentStream)
Deprecated. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int _baseTag
protected int _tagNumber
protected java.io.InputStream _contentStream
Constructor Detail |
---|
protected Asn1Object(int baseTag, int tagNumber, java.io.InputStream contentStream)
Method Detail |
---|
public boolean isConstructed()
public int getTagNumber()
public java.io.InputStream getRawContentStream()
|
Bouncy Castle Cryptography Library 1.45 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |