chapter10
Class HTTPSClientExample

java.lang.Object
  extended by chapter10.SSLClientExample
      extended by chapter10.SSLClientWithClientAuthTrustExample
          extended by chapter10.HTTPSClientExample

public class HTTPSClientExample
extends SSLClientWithClientAuthTrustExample

SSL Client with client side authentication.


Constructor Summary
HTTPSClientExample()
           
 
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

HTTPSClientExample

public HTTPSClientExample()
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"