public class BerEmbeddedPdv
extends java.lang.Object
implements java.io.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(java.lang.StringBuilder sb,
int indentLevel) |
int |
decode(java.io.InputStream is) |
int |
decode(java.io.InputStream is,
boolean withTag) |
int |
encode(BerByteArrayOutputStream os) |
int |
encode(BerByteArrayOutputStream os,
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) |
java.lang.String |
toString() |
public static final BerTag tag
public byte[] code
public BerEmbeddedPdv()
public BerEmbeddedPdv(byte[] code)
public void setIdentification(BerEmbeddedPdv.Identification identification)
public BerEmbeddedPdv.Identification getIdentification()
public void setDataValueDescriptor(BerObjectDescriptor dataValueDescriptor)
public BerObjectDescriptor getDataValueDescriptor()
public void setDataValue(BerOctetString dataValue)
public BerOctetString getDataValue()
public int encode(BerByteArrayOutputStream os) throws java.io.IOException
java.io.IOException
public int encode(BerByteArrayOutputStream os, boolean withTag) throws java.io.IOException
java.io.IOException
public int decode(java.io.InputStream is) throws java.io.IOException
java.io.IOException
public int decode(java.io.InputStream is, boolean withTag) throws java.io.IOException
java.io.IOException
public void encodeAndSave(int encodingSizeGuess) throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object
public void appendAsString(java.lang.StringBuilder sb, int indentLevel)