Skip Headers
Oracle® Java ME Embedded Application Management System API Guide
Release 3.4
E35109-03
  Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
 

7 The Certificate Info Manager

This chapter introduces the Certificate Info Manager. The CertificateInfoManager interface, obtained from the AmsFactory class, is a starting point to begin working with installed certificates. Certificates are used to verify the signature of MIDlet suites that are installed by the AMS. The interface consists of only four methods:

CertificateInfo Interface

The CertificateInfo interface represents a Java ME certificate. The certificate can exist in one of three domains, as shown inTable 7-1.

Table 7-1 Certificate Domains

Name Description

DOMAIN_IDENTIFIED

This constant indicates an identified third party security domain.

DOMAIN_MANUFACTURER

This constant indicates a manufacturer security domain.

DOMAIN_OPERATOR

This constant indicates an operator security domain.


The CertificateInfo interface has the following methods:

CertificateManagerListener Interface

The CertificateManagerListener is an interface for processing certificate updates. It consists of four methods. Each method in the listener interface passes in a CertificateInfo that describes the certificate in question.