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.
