public static class BerEmbeddedPdv.Identification extends Object implements BerType, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
BerEmbeddedPdv.Identification.ContextNegotiation |
static class |
BerEmbeddedPdv.Identification.Syntaxes |
| Modifier and Type | Field and Description |
|---|---|
byte[] |
code |
| Constructor and Description |
|---|
Identification() |
Identification(byte[] code) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendAsString(StringBuilder sb,
int indentLevel) |
int |
decode(InputStream is) |
int |
decode(InputStream is,
BerTag berTag) |
int |
encode(OutputStream reverseOS) |
void |
encodeAndSave(int encodingSizeGuess) |
BerEmbeddedPdv.Identification.ContextNegotiation |
getContextNegotiation() |
BerNull |
getFixed() |
BerInteger |
getPresentationContextId() |
BerObjectIdentifier |
getSyntax() |
BerEmbeddedPdv.Identification.Syntaxes |
getSyntaxes() |
BerObjectIdentifier |
getTransferSyntax() |
void |
setContextNegotiation(BerEmbeddedPdv.Identification.ContextNegotiation contextNegotiation) |
void |
setFixed(BerNull fixed) |
void |
setPresentationContextId(BerInteger presentationContextId) |
void |
setSyntax(BerObjectIdentifier syntax) |
void |
setSyntaxes(BerEmbeddedPdv.Identification.Syntaxes syntaxes) |
void |
setTransferSyntax(BerObjectIdentifier transferSyntax) |
String |
toString() |
public Identification()
public Identification(byte[] code)
public BerEmbeddedPdv.Identification.Syntaxes getSyntaxes()
public void setSyntaxes(BerEmbeddedPdv.Identification.Syntaxes syntaxes)
public BerObjectIdentifier getSyntax()
public void setSyntax(BerObjectIdentifier syntax)
public BerInteger getPresentationContextId()
public void setPresentationContextId(BerInteger presentationContextId)
public BerEmbeddedPdv.Identification.ContextNegotiation getContextNegotiation()
public void setContextNegotiation(BerEmbeddedPdv.Identification.ContextNegotiation contextNegotiation)
public BerObjectIdentifier getTransferSyntax()
public void setTransferSyntax(BerObjectIdentifier transferSyntax)
public BerNull getFixed()
public void setFixed(BerNull fixed)
public int encode(OutputStream reverseOS) throws IOException
encode in interface BerTypeIOExceptionpublic int decode(InputStream is) throws IOException
decode in interface BerTypeIOExceptionpublic int decode(InputStream is, BerTag berTag) throws IOException
IOExceptionpublic void encodeAndSave(int encodingSizeGuess)
throws IOException
IOExceptionpublic void appendAsString(StringBuilder sb, int indentLevel)