MIDP3.0

Uses of Interface
javax.microedition.pki.Certificate

Packages that use Certificate
javax.microedition.io MID Profile includes networking support based on the Generic Connection framework from the Connected, Limited Device Configuration
javax.microedition.pki Certificates are used to authenticate information for secure Connections. 
 

Uses of Certificate in javax.microedition.io
 

Methods in javax.microedition.io that return Certificate
 Certificate SecurityInfo.getServerCertificate()
          Returns the Certificate used to establish the secure connection with the server.
 

Uses of Certificate in javax.microedition.pki
 

Methods in javax.microedition.pki that return Certificate
 Certificate CertificateException.getCertificate()
          Get the Certificate that caused the exception.
 

Constructors in javax.microedition.pki with parameters of type Certificate
CertificateException(Certificate certificate, byte status)
          Create a new exception with a Certificate and specific error reason.
CertificateException(java.lang.String message, Certificate certificate, byte status)
          Create a new exception with a message, Certificate, and specific error reason.
 


MIDP3.0

Send a comment or suggestionVersion 3.0 of Mobile Information Device Profile Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-2009 Motorola Inc. Portions copyright 1993-2002 Sun Microsystems, Inc. and Motorola, Inc. All Rights Reserved.