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.
|
isConstructed
public int getTagNumber()
Asn1Object
getTagNumber
in class Asn1Object
public java.io.InputStream getRawContentStream()
Asn1Object
getRawContentStream
in class Asn1Object
public byte[] getEncoded() throws java.io.IOException
java.io.IOException