Bouncy Castle Cryptography Library 1.79

org.bouncycastle.cert.ocsp
Class Req

java.lang.Object
  |
  +--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.Extensions 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.Extensions getSingleRequestExtensions()

Bouncy Castle Cryptography Library 1.79