BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 06-25-2010, 01:28 AM   #1
AnisimovSPB
New Member
 
Join Date: Jun 2010
Model: 8900
PIN: N/A
Carrier: Beeline
Posts: 1
Default KeyStoreData.getPrivateKey(KeyStoreDataTicket)

Please Login to Remove!

Hi, all!

I got stuck on receiving a private key from the TrustedKeyStore. My code is:

Code:
KeyStore keyStore = TrustedKeyStore.getInstance();
Enumeration keyContainers = keyStore.elements();
while (keyContainers.hasMoreElements()) {
  KeyStoreData keyContainer = (KeyStoreData) keyContainers.nextElement();
  if ("MySPBCompany".equals(keyContainer.getLabel())) {
    Certificate certificate = keyContainer.getCertificate();
    PrivateKey privateKey = keyContainer.getPrivateKey(keyContainer.getTicket());
    if (privateKey != null) {
        // signing message using appropriate signer
    }
  }
}
The issue is I always get null value of the privateKey variable after calling "keyContainer.getPrivateKey(..)" method. It doesn't let me get private key from the KeyStore inspite of it has private key installed with the certificate (I can see a "Private Key on Device" label while viewing "MySPBCompany" certificate properties).

Does anybody know a way to get round this issue?
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


30 Ton Hydraulic Cylinder Ram Hollow Jack 2.3

30 Ton Hydraulic Cylinder Ram Hollow Jack 2.3" 60mm Working Stroke Single Acting

$72.70



M1187 Milling Machine Parts J Head Milling Machine RAM Adapter Bridge Port Type picture

M1187 Milling Machine Parts J Head Milling Machine RAM Adapter Bridge Port Type

$100.11



100 Ton Hydraulic Cylinder Jack 200cc Stroke Ram Low Profile Flat Lift Cylinder picture

100 Ton Hydraulic Cylinder Jack 200cc Stroke Ram Low Profile Flat Lift Cylinder

$130.98



Manual Hand Hydraulic Power Pack Pump 2 Stage Ram Cylinders 10k PSI Pump CP-700  picture

Manual Hand Hydraulic Power Pack Pump 2 Stage Ram Cylinders 10k PSI Pump CP-700

$97.10



RAM MODULE (COMES WITH WIRING HARDNESS) picture

RAM MODULE (COMES WITH WIRING HARDNESS)

$220.00



Power Team SPX FLOW 2.5

Power Team SPX FLOW 2.5" Stroke Hydraulic Ram Cylinder 30 Ton Hollow Bore USED

$399.99







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.