creating X.509 certificate from byte array rsa public key
843810Jul 16 2004 — edited Jul 16 2004Hello,
I'm using a javacard as a secure token. i've generated a rsa key pair oncard and exported the public key (byte array) to the host.
I would like to generate a X.509 certificate offcard and then store it on the card.
How can I create a certificate from that byte array?
i'm using java keystore and openSSL.
thank you in advance
Best Regards
luvix