chapter6
Class PKCS10ExtensionExample

java.lang.Object
  extended by chapter6.PKCS10ExtensionExample

public class PKCS10ExtensionExample
extends java.lang.Object

Generation of a basic PKCS #10 request with an extension.


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

PKCS10ExtensionExample

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