chapter10
Class SSLClientWithClientAuthTrustExample

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

public class SSLClientWithClientAuthTrustExample
extends SSLClientExample

SSL Client with client-side authentication.


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

SSLClientWithClientAuthTrustExample

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