Package | Description |
---|---|
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.
|
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 (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.