Package com.beanit.asn1bean.ber.types
Class BerEmbeddedPdv.Identification
java.lang.Object
com.beanit.asn1bean.ber.types.BerEmbeddedPdv.Identification
- All Implemented Interfaces:
BerType,Serializable
- Enclosing class:
BerEmbeddedPdv
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendAsString(StringBuilder sb, int indentLevel) intdecode(InputStream is) intdecode(InputStream is, BerTag berTag) intencode(OutputStream reverseOS) voidencodeAndSave(int encodingSizeGuess) getFixed()voidsetContextNegotiation(BerEmbeddedPdv.Identification.ContextNegotiation contextNegotiation) voidvoidsetPresentationContextId(BerInteger presentationContextId) voidsetSyntax(BerObjectIdentifier syntax) voidvoidsetTransferSyntax(BerObjectIdentifier transferSyntax) toString()
-
Constructor Details
-
Identification
public Identification() -
Identification
public Identification(byte[] code)
-
-
Method Details
-
getSyntaxes
-
setSyntaxes
-
getSyntax
-
setSyntax
-
getPresentationContextId
-
setPresentationContextId
-
getContextNegotiation
-
setContextNegotiation
public void setContextNegotiation(BerEmbeddedPdv.Identification.ContextNegotiation contextNegotiation) -
getTransferSyntax
-
setTransferSyntax
-
getFixed
-
setFixed
-
encode
- Specified by:
encodein interfaceBerType- Throws:
IOException
-
decode
- Specified by:
decodein interfaceBerType- Throws:
IOException
-
decode
- Throws:
IOException
-
encodeAndSave
- Throws:
IOException
-
toString
-
appendAsString
-