Package com.beanit.asn1bean.ber.types
Class BerEmbeddedPdv
java.lang.Object
com.beanit.asn1bean.ber.types.BerEmbeddedPdv
- All Implemented Interfaces:
BerType,Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
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) voidsetDataValue(BerOctetString dataValue) voidsetDataValueDescriptor(BerObjectDescriptor dataValueDescriptor) voidsetIdentification(BerEmbeddedPdv.Identification identification) toString()
-
Field Details
-
tag
-
-
Constructor Details
-
BerEmbeddedPdv
public BerEmbeddedPdv() -
BerEmbeddedPdv
public BerEmbeddedPdv(byte[] code)
-
-
Method Details
-
getIdentification
-
setIdentification
-
getDataValueDescriptor
-
setDataValueDescriptor
-
getDataValue
-
setDataValue
-
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
-