OSDN Git Service

bm-asn1/bm-asn1.git
11 years agoOptimize byte[]->String/String->byte[] master
jwat [Mon, 19 Nov 2012 10:35:39 +0000 (19:35 +0900)]
Optimize byte[]->String/String->byte[]

11 years ago* Add constructor with a String to INTEGER classes (INTEGER, ENUMERATED, BigINTEGER...
jwat [Mon, 19 Nov 2012 05:27:47 +0000 (14:27 +0900)]
* Add constructor with a String to INTEGER classes (INTEGER, ENUMERATED, BigINTEGER and BigENUMERATED)

11 years ago* The 1st release of ASN.1 / POJO translation feature.
jwat [Mon, 22 Oct 2012 07:27:04 +0000 (16:27 +0900)]
* The 1st release of ASN.1 / POJO translation feature.
* Add set(int) method to INTEGER class.

11 years ago* Add comments.
jwat [Fri, 12 Oct 2012 05:32:05 +0000 (14:32 +0900)]
* Add comments.

11 years ago* Add size restricted 'INTEGER' and 'ENUMERATED' types which contain a Long value.
jwat [Thu, 4 Oct 2012 11:10:38 +0000 (20:10 +0900)]
* Add size restricted 'INTEGER' and 'ENUMERATED' types which contain a Long value.
* 'INTEGER' and 'ENUMERATED' types which contain a BigInteger value renamed to 'BigINTEGER' and 'BigENUMERATED'.
* Some bugs were fixed.

11 years ago* If automatic tagging is not used, value parameter of @ASN1Alternative for CHICE...
jwat [Wed, 22 Aug 2012 09:52:50 +0000 (18:52 +0900)]
* If automatic tagging is not used, value parameter of @ASN1Alternative for CHICE type and @ASN1Element for SET type can be omitted.
* Fix typo in EXTERNAL type definition ('arbitary' -> 'arbitrary').
* Modify comments in some file.

11 years agoX.690 Amendment1 (10/2003)
jwat [Tue, 8 May 2012 08:01:06 +0000 (17:01 +0900)]
X.690 Amendment1 (10/2003)

11 years agoX.690 Amendment1 (10/2003)
jwat [Tue, 8 May 2012 07:55:00 +0000 (16:55 +0900)]
X.690 Amendment1 (10/2003)

12 years agoMade thread safe.
jwat [Thu, 16 Feb 2012 02:35:51 +0000 (11:35 +0900)]
Made thread safe.

12 years ago* Add ASN1Extendable annotation.
jwat [Wed, 8 Feb 2012 06:38:19 +0000 (15:38 +0900)]
* Add ASN1Extendable annotation.
* Change return type of collection method of CollectionType from Collection<T> to List<T>.

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.