OSDN Git Service

bm-asn1/bm-asn1.git
12 years agoBug fix on XerDecoder and some modifications.
jwat [Thu, 8 Dec 2011 04:26:59 +0000 (13:26 +0900)]
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.

12 years agomodifications for Java1.5
jwat [Fri, 11 Nov 2011 05:53:09 +0000 (14:53 +0900)]
modifications for Java1.5
Change behavior of SelectiveType(ASN1Type) constructor.
Add hashCode method for BIT_STRING, OCTET_STRING and NULL.

12 years agoFix: Bug on DER GenerarizedTime encoding process.
jwat [Wed, 19 Oct 2011 07:45:18 +0000 (16:45 +0900)]
Fix: Bug on DER GenerarizedTime encoding process.

12 years agoBug fix on XerEncoder.
jwat [Wed, 7 Sep 2011 08:22:13 +0000 (17:22 +0900)]
Bug fix on XerEncoder.
Add constructor with initial values on CollectionTypes.

12 years agoversion 0.2
jwat [Fri, 2 Sep 2011 12:15:54 +0000 (21:15 +0900)]
version 0.2
- Add: XER codec
- Add: RELATIVE_OID
- Add: ASN1ModuleManager
- Mod: ASN1Module definition
- Del: ASN1Modules

12 years agoRemove test codes.
jwat [Mon, 11 Jul 2011 02:11:26 +0000 (11:11 +0900)]
Remove test codes.

12 years agoAdd a sample for using 'DEFAULT' definition.
jwat [Mon, 11 Jul 2011 02:09:19 +0000 (11:09 +0900)]
Add a sample for using 'DEFAULT' definition.

12 years agoFix some bugs on BIT_STRING.
jwat [Thu, 7 Jul 2011 06:09:03 +0000 (15:09 +0900)]
Fix some bugs on BIT_STRING.

12 years agoBug fix on BerDecoder.
jwat [Thu, 7 Jul 2011 02:48:02 +0000 (11:48 +0900)]
Bug fix on BerDecoder.
Clearing content octets when a DerOctets is fixed.
Fix ambiguous definition on FrightStatusTypes.asn.

12 years agoDelete some test codes.
jwat [Wed, 6 Jul 2011 10:16:06 +0000 (19:16 +0900)]
Delete some test codes.

12 years agoVersion 0.11
jwat [Wed, 6 Jul 2011 10:08:42 +0000 (19:08 +0900)]
Version 0.11
- Follow some restrictions of DER.
- Create BER encoder that not considers restrictions of DER.
- Some other modifications related to implementation of DER encoding.

12 years agoThe first commit.
jwat [Thu, 30 Jun 2011 10:36:49 +0000 (19:36 +0900)]
The first commit.

12 years agoThe first commit.
jwat [Thu, 30 Jun 2011 10:27:19 +0000 (19:27 +0900)]
The first commit.