|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.rim.device.api.crypto.CryptoSmartCardUtilities2
public class CryptoSmartCardUtilities2
A utility class for creating PrivateKey objects for private keys located on smart cards.
Method Summary | ||
---|---|---|
|
static PrivateKey |
createPrivateKey(SmartCardDSACryptoToken smartCardDSACryptoToken,
CryptoTokenCryptoSystemData cryptoTokenSystemData,
CryptoTokenPrivateKeyData cryptoTokenPrivateKeyData)
Deprecated. This method will be deprecated in release 4.2 and above. |
|
static PrivateKey |
createPrivateKey(SmartCardRSACryptoToken smartCardRSACryptoToken,
int modulusBitLength,
CryptoTokenPrivateKeyData cryptoTokenPrivateKeyData)
Deprecated. This method will be deprecated in release 4.2 and above. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static PrivateKey createPrivateKey(SmartCardRSACryptoToken smartCardRSACryptoToken, int modulusBitLength, CryptoTokenPrivateKeyData cryptoTokenPrivateKeyData) throws CryptoTokenException, UnsupportedCryptoSystemException, CryptoUnsupportedOperationException
smartCardRSACryptoToken
- The smart card token which will be associated with the crypto systemmodulusBitLength
- The number of bits a key should be when created under this system.cryptoTokenPrivateKeyData
- The data associated with the crypto token.
CryptoTokenException
UnsupportedCryptoSystemException
CryptoUnsupportedOperationException
public static PrivateKey createPrivateKey(SmartCardDSACryptoToken smartCardDSACryptoToken, CryptoTokenCryptoSystemData cryptoTokenSystemData, CryptoTokenPrivateKeyData cryptoTokenPrivateKeyData)
smartCardDSACryptoToken
- The smart card token which will be associated with the crypto systemcryptoTokenSystemData
- The data associated with the crypto token.cryptoTokenPrivateKeyData
- The data associated with the crypto token.
|
|||||||||
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