chapter6
Class PKCS10CertCreateExample

java.lang.Object
  extended by chapter6.PKCS10CertCreateExample

public class PKCS10CertCreateExample
extends java.lang.Object

An example of a basic CA.


Constructor Summary
PKCS10CertCreateExample()
           
 
Method Summary
static java.security.cert.X509Certificate[] buildChain()
           
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

PKCS10CertCreateExample

public PKCS10CertCreateExample()
Method Detail

buildChain

public static java.security.cert.X509Certificate[] buildChain()
                                                       throws java.lang.Exception
Throws:
java.lang.Exception

main

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


Examples from "Beginning Cryptography with Java"