Package com.beanit.asn1bean.ber.types
Class BerExternal.Encoding
java.lang.Object
com.beanit.asn1bean.ber.types.BerExternal.Encoding
- All Implemented Interfaces:
BerType,Serializable
- Enclosing class:
BerExternal
- See Also:
-
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) voidsetArbitrary(BerBitString arbitrary) voidsetOctetAligned(BerOctetString octetAligned) voidsetSingleASN1Type(BerAny singleASN1Type) toString()
-
Constructor Details
-
Encoding
public Encoding() -
Encoding
public Encoding(byte[] code)
-
-
Method Details
-
setSingleASN1Type
-
getSingleASN1Type
-
setOctetAligned
-
getOctetAligned
-
setArbitrary
-
getArbitrary
-
encode
- Specified by:
encodein interfaceBerType- Throws:
IOException
-
decode
- Specified by:
decodein interfaceBerType- Throws:
IOException
-
decode
- Throws:
IOException
-
encodeAndSave
- Throws:
IOException
-
toString
-
appendAsString
-