Reputation: 21
I am developing an app where when we visit a secure website i need to download the certificate and access that certificate how can that be available ?
Upvotes: 0
Views: 164
Reputation: 22879
Try using 'net.rim.device.api.crypto.certificate' to get the properties of a certificate.
https://stackoverflow.com/a/11933690/773263
Upvotes: 1