Axelle Apvrille - 2002-06-05

Logged In: YES
user_id=204539

1. If your MIB contains correct ASN.1syntax, yes, this kit
should generate the corresponding Java files.

2. Have a look at the -D and -P arguments. Mainly, you have
to run java with the correct classpath for the cryptix-asn1 jars
and those options.
For instance:
java -classpath ... cryptix.asn1.tool.Main -D.. -
PMyModule=dir MyASN1.asn

3. It will not "generate" BER encoded files (we're invoking the
ASN.1 parser/generator !), but you can BER encode values
by calling the right methods in your code.

Hope this helps,
Axelle.