Package com.beanit.asn1bean.ber.types
Class BerDate
java.lang.Object
com.beanit.asn1bean.ber.types.string.BerVisibleString
com.beanit.asn1bean.ber.types.BerTime
com.beanit.asn1bean.ber.types.BerDate
- All Implemented Interfaces:
BerType,Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class com.beanit.asn1bean.ber.types.string.BerVisibleString
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.string.BerVisibleString
decode, encode, toString
-
Field Details
-
tag
-
-
Constructor Details
-
BerDate
public BerDate() -
BerDate
public BerDate(byte[] value) -
BerDate
-
-
Method Details
-
encode
- Overrides:
encodein classBerTime- Throws:
IOException
-
decode
- Overrides:
decodein classBerTime- Throws:
IOException
-