|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.rim.device.api.crypto.CryptoSmartCardUtilities
public final class CryptoSmartCardUtilities
A utility class for accessing cryptographic smart cards.
Method Summary | ||
---|---|---|
|
static boolean |
importCertificates(KeyStore importKeyStore,
KeyStore trustedKeyStore,
String pleaseWaitMessage)
Import certificates from the smart card that is currently inserted in the smart card reader into the key store specified. |
|
static boolean |
isImportCertificatesAvailable()
Determine if the ability to import certificates is available. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final boolean isImportCertificatesAvailable()
public static final boolean importCertificates(KeyStore importKeyStore, KeyStore trustedKeyStore, String pleaseWaitMessage)
importKeyStore
- the key store which the certificates are imported intotrustedKeyStore
- the trusted key store which the user can choose to store the imported certificates in if the certificates
are not trusted and the user chooses to trust them when prompted.pleaseWaitMessage
- a message to show the user when the please wait dialog is shown (while the certificates are being imported).
If null the user will see "Please wait..." in the dialog.
importKeyStore
or the trustedKeyStore
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal