You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Ken <ka...@CubicC.com> on 2007/03/31 20:17:49 UTC

What am I missing?

Hello, all.  I am looking at the source code for several files, and 
one of them, org.apache.geronimo.util.jce.X509V1CertificateGenerator 
has the following tag & notice:

/**
  * class to produce an X.509 Version 1 certificate.
  *
  * @deprecated use the equivalent class in org.apache.geronimo.util.x509
  */

I (think I) have looked everywhere for a package named x509 under 
util, or even a reference to when/how/why/to what it was changed, but 
can't seem to find one.  Where is this "replacement" class mentioned 
in the deprecation?

Thanks!

-Ken