This page was last modified 13:56, 27 November 2007.
Security and Trust Services API
From Forum Nokia Wiki
Security and Trust Services API (SATSA) for Java ME defines a set of APIs that allows applications to communicate with and access functionality, secure storage and cryptographic operations provided by security elements.
The SATSA API contains four optional packages. Two for smart card communication:
- APDU (Application Programming Data Unit} optional package for high-level smart card communication
- JCRMI (JavaCard Remote Method Invocation) package for lower level access to smart cards (this API is not part the MSA specification, and hence it is unlikely to see this API on any device any time soon)
And two security related packages:
- The Public Key Infrastructure (PKI) optional package.
- The cryptographic (CRYPTO) optional package.
These APIs enable Java ME applications to:
- Work with public digital certificates, public and private keys, message digests and digital signatures.
- Create, store, and use user-credentials based on X.509 digital certificates.
- Encrypt data using asymmetric and symmetric cryptography.
Parts of this API are implemented on Nokia devices (Series 40 3rd Edition Feature Pack 2 devices, Series 40 5th Edition devices and on S60 3rd Edition and 3rd Edition Feature Pack 1 devices).
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Java Location API | fedetallo | Mobile Java Networking & Messaging & Security | 5 | 2006-04-12 07:40 |
| 7650: Where can i find this option: | projektil | General Browsing | 1 | 2002-12-17 09:47 |
| listRoots does not work on s60 emulator | desijatt | Mobile Java General | 6 | 2007-02-02 16:25 |
| Startup problem when SW Installer Launcher API called | kernj | General Symbian C++ | 5 | 2008-06-24 08:57 |
| 6600: Update on CommConnection | h.arald | Mobile Java General | 5 | 2007-10-18 06:12 |
