chapter6
Class PKCS10CertRequestExample

java.lang.Object
  extended by chapter6.PKCS10CertRequestExample

public class PKCS10CertRequestExample
extends java.lang.Object

Generation of a basic PKCS #10 request.


Constructor Summary
PKCS10CertRequestExample()
           
 
Method Summary
static org.bouncycastle.jce.PKCS10CertificationRequest generateRequest(java.security.KeyPair pair)
           
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

PKCS10CertRequestExample

public PKCS10CertRequestExample()
Method Detail

generateRequest

public static org.bouncycastle.jce.PKCS10CertificationRequest generateRequest(java.security.KeyPair pair)
                                                                       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"