10-18-2011 06:47 PM - edited 10-19-2011 10:08 AM
Hi,
i have a blackberry bold 9000, os 5 and i'm developping an application using RSA cryptography.
I built and signed the code when i got the code signing keys two months ago, and i had no problems launching the application, today I signed again that code because i need it for another application, but when i launch the application i get "net.rim.device.api.system.ControlledAccessExcepti
the exception is launched by:
public RSAKeyPair generateKey() throws NoSuchAlgorithmException, UnsupportedCryptoSystemException, CryptoTokenException, CryptoUnsupportedOperationException, KeyStoreRegisterException{
RSACryptoSystem rsaCryptoSystem = new RSACryptoSystem(1024);
// Create an RSA key pair.
keys = new RSAKeyPair( rsaCryptoSystem );
// keyStore.addIndex( index );
return keys;
}
but, looking in the documents, neither the class RSACryptoSystem neither RSAKeyPair need for the RCC signature...perhaps i'm wrong
Solved! Go to Solution.
10-24-2011 02:54 PM
The build output should show the class you are using that requires the RCC key.
Note that the RCC key was replaced with RCR in 6.0, so it is no longer required when running BlackBerry Device Software 6.0 or higher.
You can request an RCC key for free by contacting devsupport@rim.com. For the record you'll need an existing set of keys to request this (which you already have).
10-25-2011 05:31 AM - edited 10-25-2011 05:34 AM
Hi ,
I have an urgent requirement of RCC signing keys . As mentioned above my application is working fine on BB6 but not on BB5 . Error message : Missing RCC Signature Certicom funcionality
I have mailed to devsupport@rim for RCC signing keys on 19/10/11 and my request got registered with request id - INC0000238559166 (email -sumit.shekhar@tcs.com ).
But still I have not received any reply regarding this issue could anybody please look into it and get the issue resolved. Please respond ASAP .
12-05-2012 12:37 AM
Hi Every one. We too had the issue regarding application not running on 5.0 and working fine on 6.0 and 7.0.
We have resolved it successfully. All you need to do is send a mail to devsupport@blackberry.com with following details :
Originally Registered Name:
Originally Registered Company name:
Originally Registered Email:
Originally Registered PIN:
these are the details we use while registering to get signing keys.
You will receive an auto generated mail with an id like request id which can be used to follow up with them I case if you dnt get response for your request.
I too got a thread specifying the same details.
Hope this helps.
Wednesday
Hi Garrett.
Got same issue in my app and been more than 24 hours since i sent my request. Any help perhaps? ![]()