org.bouncycastle.ocsp
Class OCSPReqGenerator.RequestObject

java.lang.Object
  extended by org.bouncycastle.ocsp.OCSPReqGenerator.RequestObject
Enclosing class:
OCSPReqGenerator

private class OCSPReqGenerator.RequestObject
extends java.lang.Object


Field Summary
(package private)  CertificateID certId
           
(package private)  X509Extensions extensions
           
 
Constructor Summary
OCSPReqGenerator.RequestObject(CertificateID certId, X509Extensions extensions)
           
 
Method Summary
 Request toRequest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

certId

CertificateID certId

extensions

X509Extensions extensions
Constructor Detail

OCSPReqGenerator.RequestObject

public OCSPReqGenerator.RequestObject(CertificateID certId,
                                      X509Extensions extensions)
Method Detail

toRequest

public Request toRequest()
                  throws java.lang.Exception
Throws:
java.lang.Exception