var fDesc=new Array(); fDesc[0] = "BlackBerry® Enterprise Solution with the S/MIME Support Package* increases the already high level of security provided by the BlackBerry solution. It incorporates device and desktop software components and BlackBerry® Enterprise Server Client Access Licenses (CALs) to provide organizations with extended security features such as:
Certificate and private key management tools – Users can store their private key and their contacts' public keys on their BlackBerry smartphone and synchronize certificates and keys when they connect their smartphone to their PC.
Public Key Infrastructure (PKI) support – BlackBerry Enterprise Solution with the S/MIME Support Package works with popular PKIs, including Entrust® PKI versions 6 and 7, Verisign® and Netscape®.
Wireless support for certificate lookup and validation – Obtain certificates from Windows® certificate stores, Lightweight Directory Access Protocol (LDAP) certificate servers, a secure LAN location or a Common Access Card (CAC) SmartCard. Organizations can also verify certificate status wirelessly via Online Certificate Status Protocol (OCSP) and Certificate Revocation List (CRL) servers.
Support for encrypting and decrypting PIN and email messages – Users can experience all of the benefits of sending and receiving S/MIME messages from their BlackBerry smartphone while they’re on the go."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }