chapter10
Class HTTPSServerExample

java.lang.Object
  extended by chapter10.SSLServerExample
      extended by chapter10.SSLServerWithClientAuthIdExample
          extended by chapter10.HTTPSServerExample

public class HTTPSServerExample
extends SSLServerWithClientAuthIdExample

Basic SSL Server with optional client authentication.


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

HTTPSServerExample

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