net.rim.device.api.crypto
Class SmartCardDSACryptoToken
java.lang.Object
net.rim.device.api.crypto.DSACryptoToken
net.rim.device.api.crypto.SmartCardDSACryptoToken
- All Implemented Interfaces:
- AsymmetricCryptoToken, CryptoToken, Persistable
Deprecated. This class will be deprecated in release 4.2 and above, smart card tokens should extend DSACryptoToken directly instead of extending this class.
public abstract class SmartCardDSACryptoToken
- extends DSACryptoToken
- implements Persistable
An interface for DSA cryptographic smart cards to implement. The RIM Crypto API will call
this interface when a DSA operation is to be performed on a DSA enabled cryptographic
smart card.
- See Also:
DSACryptoToken
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.2.0
Methods inherited from class net.rim.device.api.crypto.DSACryptoToken |
createDSAKeyPair, deleteDSAPrivateKey, deleteDSAPublicKey, extractDSAPrivateKeyData, extractDSAPublicKeyData, extractDSAPublicKeyData, getAlgorithm, getDSACryptoSystemBitLength, getDSACryptoSystemData, getDSACryptoSystemG, getDSACryptoSystemName, getDSACryptoSystemP, getDSACryptoSystemQ, getDSAPrivateKeyLength, getDSAPublicKeyLength, getSuggestedDSACryptoSystems, injectDSAPrivateKey, injectDSAPublicKey, isSupported, providesUserAuthentication, signDSA, signDSA, verifyDSA, verifyDSACryptoSystemData |
SmartCardDSACryptoToken
protected SmartCardDSACryptoToken()
- Deprecated.
- Creates a new
SmartCardDSACryptoToken
object.
This constructor is not used.
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.2.0
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