chapter10
Class SSLClientExample

java.lang.Object
  extended by chapter10.SSLClientExample
Direct Known Subclasses:
SSLClientWithClientAuthExample, SSLClientWithClientAuthTrustExample

public class SSLClientExample
extends java.lang.Object

Basic SSL Client - using the '!' protocol.


Constructor Summary
SSLClientExample()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLClientExample

public SSLClientExample()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Examples from "Beginning Cryptography with Java"