chapter7
Class OCSPClientExample

java.lang.Object
  extended by chapter7.OCSPClientExample

public class OCSPClientExample
extends java.lang.Object

Example of unsigned OCSP request generation.


Constructor Summary
OCSPClientExample()
           
 
Method Summary
static org.bouncycastle.ocsp.OCSPReq generateOCSPRequest(java.security.cert.X509Certificate issuerCert, java.math.BigInteger serialNumber)
           
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

OCSPClientExample

public OCSPClientExample()
Method Detail

generateOCSPRequest

public static org.bouncycastle.ocsp.OCSPReq generateOCSPRequest(java.security.cert.X509Certificate issuerCert,
                                                                java.math.BigInteger serialNumber)
                                                         throws org.bouncycastle.ocsp.OCSPException
Throws:
org.bouncycastle.ocsp.OCSPException

main

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


Examples from "Beginning Cryptography with Java"