OSDN Git Service

Bug fix on XerDecoder and some modifications.
authorjwat <jwat@users.sourceforge.jp>
Thu, 8 Dec 2011 04:26:59 +0000 (13:26 +0900)
committerjwat <jwat@users.sourceforge.jp>
Thu, 8 Dec 2011 04:26:59 +0000 (13:26 +0900)
commit26b2482eefe5c44c4dad9d10317deebf2d007bd0
tree9272a7d6646876c658b1dfc7afae77f526bee11e
parent2578f16b166dec9f14fcdd77af5455914735ffe7
Bug fix on XerDecoder and some modifications.
* XerDecoder accepts xml elements include whitespaces.
* Accept SET and SEQUENCE type that has no element.
* HexString accepts String contains space and newline.
jp/bitmeister/asn1/codec/xer/XerDecoder.java
jp/bitmeister/asn1/type/ConstructiveType.java
jp/bitmeister/asn1/type/ModuleSpecification.java
jp/bitmeister/asn1/value/HexString.java