Verify a X.509 certificate with Java ME and Bouncy Castle
Posted
by Dino
on Stack Overflow
See other posts from Stack Overflow
or by Dino
Published on 2010-04-14T12:32:08Z
Indexed on
2010/04/14
12:33 UTC
Read the original article
Hit count: 397
Hi, Can anybody point me to an example of verifying a X.509 certificate with Bouncy Castle under Java ME? I can see how to easily do this in Java SE code with java.security.cert.Certificate.verify(), but I could not find an equivalent method in the lightweight BC API.
Thanks in advance!
Cheers Dino
© Stack Overflow or respective owner