Package com.beanit.asn1bean.ber.types
Class BerExternal
java.lang.Object
com.beanit.asn1bean.ber.types.BerExternal
- 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) voidsetDataValueDescriptor(BerObjectDescriptor dataValueDescriptor) voidsetDirectReference(BerObjectIdentifier directReference) voidsetEncoding(BerExternal.Encoding encoding) voidsetIndirectReference(BerInteger indirectReference) toString()
-
Field Details
-
tag
-
-
Constructor Details
-
BerExternal
public BerExternal() -
BerExternal
public BerExternal(byte[] code)
-
-
Method Details
-
setDirectReference
-
getDirectReference
-
setIndirectReference
-
getIndirectReference
-
setDataValueDescriptor
-
getDataValueDescriptor
-
setEncoding
-
getEncoding
-
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
-