chapter8
Class CertReqSolution

java.lang.Object
  extended by chapter8.CertReqSolution

public class CertReqSolution
extends java.lang.Object

Example showing the processing of a PEM encoded PKCS #10 encoded request in a file called "pkcs10.req". A PKCS7 certificate path is generated as a response in the file "pkcs7.pth".

The certificate and its chain will be valid for 50 seconds.


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

CertReqSolution

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