Bouncy Castle Cryptography Library 1.46

org.bouncycastle.cert.ocsp
Class Req

java.lang.Object
  extended by org.bouncycastle.cert.ocsp.Req

public class Req
extends java.lang.Object


Constructor Summary
Req(org.bouncycastle.asn1.ocsp.Request req)
           
 
Method Summary
 CertificateID getCertID()
           
 org.bouncycastle.asn1.x509.X509Extensions getSingleRequestExtensions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Req

public Req(org.bouncycastle.asn1.ocsp.Request req)
Method Detail

getCertID

public CertificateID getCertID()

getSingleRequestExtensions

public org.bouncycastle.asn1.x509.X509Extensions getSingleRequestExtensions()

Bouncy Castle Cryptography Library 1.46