chapter7
Class CertPathValidatorWithCheckerExample

java.lang.Object
  extended by chapter7.CertPathValidatorWithCheckerExample

public class CertPathValidatorWithCheckerExample
extends java.lang.Object

Basic example of certificate path validation using a PKIXCertPathChecker


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

CertPathValidatorWithCheckerExample

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