Well, sorry about that, but the asn1 codec is stiill in the sandbox, and it's still in its pre-infancy stage. Let's say that it's still "une lueur de désir" in its parent eyes ;)
We really want to work on it, but time is lacking. However, if you are interested in a free ASN.1 BER codec, you can use http://www.mozilla.org/projects/security/pki/jss/. it's not a statefull codec, and you don't have a compiler, but it's possible to encode and decode known ASN.1 structures - a little bit like when you parse an XML file - The idea behind Apache ASN.1 codec was to implement a statefull codec, generated by a compiler, which is a little bit more complicated. Emmanuel Lécharny On 8/16/06, Benoit Hudzia <[EMAIL PROTECTED]> wrote:
Hello After pricking around with mina i decided to test the ASN.1 encoder decoder, but I cannot figure out where the actual asn.1 encoder decoder is .... I ve been looking inside the apache directory source tree but I don t find any class like the one necessary in the mina plug-in for asn1 : Example : import org.apache.directory.shared.asn1.codec.DecoderException; import org.apache.directory.shared.asn1.codec.stateful.DecoderCallback; import org.apache.directory.shared.asn1.codec.stateful.StatefulDecoder; ( after looking at the javadoc of the directory project I cannot find any reference ) If anyone can indicate me where I can find the necessary library I would be thankful.
-- Cordialement, Emmanuel Lécharny
