PEM to DER decoding using JCE API
843810Mar 6 2002 — edited Mar 7 2002Hi,
I need to convert PEM files to DER format within my
Java code (each PEM file is coming in as a String object).
Does anyone know of a way to do this using the Sun JCE
(or IBM provider)?
Thanks much