org.bouncycastle.sasn1
public class Asn1TaggedObject extends Asn1Object
_baseTag, _contentStream, _tagNumber| Modifier | Constructor and Description |
|---|---|
protected |
Asn1TaggedObject(int baseTag,
int tagNumber,
java.io.InputStream contentStream)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Asn1Object |
getObject(int tag,
boolean isExplicit)
Deprecated.
|
getRawContentStream, getTagNumber, isConstructedprotected Asn1TaggedObject(int baseTag,
int tagNumber,
java.io.InputStream contentStream)
public Asn1Object getObject(int tag, boolean isExplicit) throws java.io.IOException
java.io.IOException