Package com.beanit.asn1bean.ber.types
Class BerEnum
java.lang.Object
com.beanit.asn1bean.ber.types.BerInteger
com.beanit.asn1bean.ber.types.BerEnum
- All Implemented Interfaces:
BerType,Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class com.beanit.asn1bean.ber.types.BerInteger
value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintdecode(InputStream is, boolean withTag) intencode(OutputStream reverseOS, boolean withTag) Methods inherited from class com.beanit.asn1bean.ber.types.BerInteger
byteValue, decode, encode, encodeAndSave, intValue, longValue, shortValue, toString
-
Field Details
-
tag
-
-
Constructor Details
-
BerEnum
public BerEnum() -
BerEnum
public BerEnum(byte[] code) -
BerEnum
-
BerEnum
public BerEnum(long val)
-
-
Method Details
-
encode
- Overrides:
encodein classBerInteger- Throws:
IOException
-
decode
- Overrides:
decodein classBerInteger- Throws:
IOException
-