| Package | Description |
|---|---|
| javax.microedition.io |
Provides a simplified mechanism for applications to use various types of I/O
protocols in resource-constrained environments.
|
| javax.microedition.pki |
Certificates are used to authenticate information for secure
Connections.
|
| Modifier and Type | Method and Description |
|---|---|
Certificate |
SecurityInfo.getServerCertificate()
Returns the
Certificate used to establish the
secure connection with the server. |
| Modifier and Type | Method and Description |
|---|---|
Certificate |
CertificateException.getCertificate()
Get the
Certificate that caused the exception. |
| Constructor and Description |
|---|
CertificateException(Certificate certificate,
byte status)
Create a new exception with a
Certificate
and specific error reason. |
CertificateException(String message,
Certificate certificate,
byte status)
Create a new exception with a message,
Certificate,
and specific error reason. |
Copyright © 2012 code4tv.com. All Rights Reserved.