Package com.beanit.asn1bean.ber.types
Class BerEmbeddedPdv.Identification.ContextNegotiation
java.lang.Object
com.beanit.asn1bean.ber.types.BerEmbeddedPdv.Identification.ContextNegotiation
- All Implemented Interfaces:
BerType,Serializable
- Enclosing class:
BerEmbeddedPdv.Identification
public static class BerEmbeddedPdv.Identification.ContextNegotiation
extends Object
implements BerType, Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendAsString(StringBuilder sb, int indentLevel) intdecode(InputStream is) intdecode(InputStream is, boolean withTag) intencode(OutputStream reverseOS) intencode(OutputStream reverseOS, boolean withTag) voidencodeAndSave(int encodingSizeGuess) voidsetPresentationContextId(BerInteger presentationContextId) voidsetTransferSyntax(BerObjectIdentifier transferSyntax) toString()
-
Field Details
-
tag
-
-
Constructor Details
-
ContextNegotiation
public ContextNegotiation() -
ContextNegotiation
public ContextNegotiation(byte[] code)
-
-
Method Details
-
getPresentationContextId
-
setPresentationContextId
-
getTransferSyntax
-
setTransferSyntax
-
encode
- Specified by:
encodein interfaceBerType- Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Specified by:
decodein interfaceBerType- Throws:
IOException
-
decode
- Throws:
IOException
-
encodeAndSave
- Throws:
IOException
-
toString
-
appendAsString
-