Package com.beanit.asn1bean.ber.types
Class BerEmbeddedPdv.Identification.Syntaxes
java.lang.Object
com.beanit.asn1bean.ber.types.BerEmbeddedPdv.Identification.Syntaxes
- All Implemented Interfaces:
BerType,Serializable
- Enclosing class:
BerEmbeddedPdv.Identification
public static class BerEmbeddedPdv.Identification.Syntaxes
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) voidsetAbstract(BerObjectIdentifier abstract_) voidsetTransfer(BerObjectIdentifier transfer) toString()
-
Field Details
-
tag
-
-
Constructor Details
-
Syntaxes
public Syntaxes() -
Syntaxes
public Syntaxes(byte[] code)
-
-
Method Details
-
getAbstract
-
setAbstract
-
getTransfer
-
setTransfer
-
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
-