BerType
, java.io.Serializable
public static class BerEmbeddedPdv.Identification.ContextNegotiation extends java.lang.Object implements BerType, java.io.Serializable
Constructor | Description |
---|---|
ContextNegotiation() |
|
ContextNegotiation(byte[] code) |
Modifier and Type | Method | 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(java.io.OutputStream reverseOS) |
|
int |
encode(java.io.OutputStream reverseOS,
boolean withTag) |
|
void |
encodeAndSave(int encodingSizeGuess) |
|
BerInteger |
getPresentationContextId() |
|
BerObjectIdentifier |
getTransferSyntax() |
|
void |
setPresentationContextId(BerInteger presentationContextId) |
|
void |
setTransferSyntax(BerObjectIdentifier transferSyntax) |
|
java.lang.String |
toString() |
public static final BerTag tag
public ContextNegotiation()
public ContextNegotiation(byte[] code)
public BerInteger getPresentationContextId()
public void setPresentationContextId(BerInteger presentationContextId)
public BerObjectIdentifier getTransferSyntax()
public void setTransferSyntax(BerObjectIdentifier transferSyntax)
public int encode(java.io.OutputStream reverseOS) throws java.io.IOException
public int encode(java.io.OutputStream reverseOS, boolean withTag) throws java.io.IOException
java.io.IOException
public int decode(java.io.InputStream is) throws 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)