Java CSR Parser

Hello,

I'm trying to use the CSR parser code at http://www.j2ee-security.net/book/docs/src/tools/org/jstk/pki/CSR.java.html

but I get errors on the package and classes when I compile it. I haven't done Java before. I downloaded the JDK 5.0, does anyone know which version comes with the complete library that contains those classes/packages?

Thanks,

[376 byte] By [sjoeya] at [2007-11-27 0:51:43]
# 1

> Hello,

>

> I'm trying to use the CSR parser code at

> http://www.j2ee-security.net/book/docs/src/tools/org/j

> stk/pki/CSR.java.html

>

> but I get errors on the package and classes when I

> compile it. I haven't done Java before.

Perhaps it's wise to start with some basic tutorials then?

I mean, before diving into J2EE, you should have a (fairly) decent knowledge of J2SE ("regular" Java).

> I downloaded

> the JDK 5.0, does anyone know which version comes

> with the complete library that contains those

> classes/packages?

None.

It uses classes from a "org.jstk" package, which is not a part of any JDK (by default).

prometheuzza at 2007-7-11 23:22:45 > top of Java-index,Java Essentials,New To Java...