public class BerEmbeddedPdv extends Object implements BerType, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
BerEmbeddedPdv.Identification |
Constructor and Description |
---|
BerEmbeddedPdv() |
BerEmbeddedPdv(byte[] code) |
Modifier and Type | Method and Description |
---|---|
void |
appendAsString(StringBuilder sb,
int indentLevel) |
int |
decode(InputStream is) |
int |
decode(InputStream is,
boolean withTag) |
int |
encode(OutputStream reverseOS) |
int |
encode(OutputStream reverseOS,
boolean withTag) |
void |
encodeAndSave(int encodingSizeGuess) |
BerOctetString |
getDataValue() |
BerObjectDescriptor |
getDataValueDescriptor() |
BerEmbeddedPdv.Identification |
getIdentification() |
void |
setDataValue(BerOctetString dataValue) |
void |
setDataValueDescriptor(BerObjectDescriptor dataValueDescriptor) |
void |
setIdentification(BerEmbeddedPdv.Identification identification) |
String |
toString() |
public static final BerTag tag
public byte[] code
public BerEmbeddedPdv()
public BerEmbeddedPdv(byte[] code)
public BerEmbeddedPdv.Identification getIdentification()
public void setIdentification(BerEmbeddedPdv.Identification identification)
public BerObjectDescriptor getDataValueDescriptor()
public void setDataValueDescriptor(BerObjectDescriptor dataValueDescriptor)
public BerOctetString getDataValue()
public void setDataValue(BerOctetString dataValue)
public int encode(OutputStream reverseOS) throws IOException
encode
in interface BerType
IOException
public int encode(OutputStream reverseOS, boolean withTag) throws IOException
IOException
public int decode(InputStream is) throws IOException
decode
in interface BerType
IOException
public int decode(InputStream is, boolean withTag) throws IOException
IOException
public void encodeAndSave(int encodingSizeGuess) throws IOException
IOException
public void appendAsString(StringBuilder sb, int indentLevel)