org.bouncycastle.sasn1
public class DerObject extends Asn1Object
_baseTag, _contentStream, _tagNumber| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncoded()
Deprecated.
|
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.
|
isConstructedpublic int getTagNumber()
Asn1ObjectgetTagNumber in class Asn1Objectpublic java.io.InputStream getRawContentStream()
Asn1ObjectgetRawContentStream in class Asn1Objectpublic byte[] getEncoded()
throws java.io.IOException
java.io.IOException