Reference Citations - HerongYang.com - v2.95, by Herong Yang
Android Developers - SSL client authentication
'SslReverseEchoer.java - SSL Server Socket Example' tutorial was cited in a Google group in 2009.
The SslReverseEchoer.java - SSL Server Socket Example tutorial was cited in a Google group message in 2009.
Subject: Android Developers - SSL client authentication
Date: 11 Mar 2009
Author: telematics
Source: http://groups.google.com/group/android-developers
/browse_thread/thread/7dd09f6f0ce53689/5431bba23b7b23b7
I am new on SSL programming. The Android app I am developing needs to
open an SSL socket to a secure server which requires the client
authentication. When running on the Emulator and trying to talk to a
Server running on the host PC, the following Android code snippet
always gives me a SocketException at the line, SSLSocket c =
(SSLSocket) f.createSocket(hostName, 8888) :
private void openSslClient(String hostName)
{
try
{
KeyStore keyStore = KeyStore.getInstance
(KeyStore.getDefaultType());
...
The server test program I am using is a modified version of
SslReverseEchoer available on Dr. Herong Yang's website. It looks like
below:
public static void main(String[] args) {
if (args.length < 3) {
System.out.println("Usage:");
System.out.println(" java SslReverseEchoerRevised ksName
ksPass ctPassipAddr");
...
Table of Contents
Java Database Connectivity (JDBC) Overview
getting database connection in netbeans
Delphi 2010 "£" sign issues and Parameters
Scambio cedrtificati Server/Client
BSOD with win 7 64 bit when playing games
Win7: SYSTEM IGMP 224.0.0.22 connection
Public key in reply and keystore don't match
How do I get rid of SDHelper.dll errors?
Not Another Damn Password! Its the 21st Century After All
insert a photo document in to the oracle database through JDBC
COMS 6998 Search Engine Technology
Using RSA encryption with Java
Setting up SOAP in PHP, why am I getting these errors?
how to insert a value in a column with another value
Inserir ficheiro numa base de dados MySql com vb.net
Connection String - SQL Server 2005
QLAuthenticator password encryption/decryption
Wweb dynpro application Localization in chinese
C# code for MySql Stored Procedures IN, OUT, and INOUT parameters
What are Scoping Rules in Javascript?
connect two ubuntu computers together using a cable
can not establish a connection with SQL
Conectar Java Con SQL Server 2005 Express
Use of undefined constant SOAP_1_2
Help forming a SOAP client call with PHP
Automatisch einen Benutzer anlegen
►Android Developers - SSL client authentication
Insert and reterive the image into BLOB type
Compile error... what's wrong?