|
BenQ Mobile |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines methods to access information about a secure network connection. Protocols that implement secure connections may use this interface to report the security parameters of the connection.
It provides the certificate, protocol, version, and cipher suite, etc. in use.
CertificateException
,
SecureConnection
,
HttpsConnection
Method Summary | |
java.lang.String |
getCipherSuite()
Returns the name of the cipher suite in use for the connection. |
java.lang.String |
getProtocolName()
Return the secure protocol name. |
java.lang.String |
getProtocolVersion()
Return the protocol version. |
Certificate |
getServerCertificate()
Get the Certificate used to establish the
secure connection with the server. |
Method Detail |
public Certificate getServerCertificate()
Certificate
used to establish the
secure connection with the server.
Certificate
used to establish the
secure connection with the server.public java.lang.String getProtocolVersion()
For SSL V3 it MUST return "3.0" For TLS 1.0 it MUST return "3.1" For WTLS (WAP-199) it MUST return "1" For WAP TLS Profile and Tunneling Specification it MUST return "3.1"
null
.public java.lang.String getProtocolName()
String
containing the secure protocol identifier;
if TLS (RFC 2246) or WAP TLS Profile and Tunneling (WAP-219-TLS)
is used for the connection the return value is "TLS";
if SSL V3 (The SSL Protocol Version 3.0) is used for the connection;
the return value is "SSL");
if WTLS (WAP 199) is used for the connection the return value is "WTLS".public java.lang.String getCipherSuite()
String
containing the name of the cipher suite
in use.
|
BenQ Mobile |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2006 BenQ Mobile GmbH & Co. OHG or respective copyright owner. All Rights Reserved. BenQ Corp. is a trademark licensee of Siemens AG. |
For further information about Mobility Toolkit (MTK) visit our Developer Portal. |