dhantej
dhantej

Reputation: 21

Download website certificate in blackberry

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

Answers (1)

Philip Kirkbride
Philip Kirkbride

Reputation: 22879

Try using 'net.rim.device.api.crypto.certificate' to get the properties of a certificate.

http://www.blackberry.com/developers/docs/7.1.0api/net/rim/device/api/crypto/certificate/package-summary.html

https://stackoverflow.com/a/11933690/773263

Upvotes: 1

Related Questions