public class org.bouncycastle.cert.ocsp.Req
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.cert.ocsp.Req
  super_class: java.lang.Object
{
  private org.bouncycastle.asn1.ocsp.Request req;
    descriptor: Lorg/bouncycastle/asn1/ocsp/Request;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.bouncycastle.asn1.ocsp.Request);
    descriptor: (Lorg/bouncycastle/asn1/ocsp/Request;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.cert.ocsp.Req this
        start local 1 // org.bouncycastle.asn1.ocsp.Request req
         0: .line 10
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 13
            aload 0 /* this */
            aload 1 /* req */
            putfield org.bouncycastle.cert.ocsp.Req.req:Lorg/bouncycastle/asn1/ocsp/Request;
         2: .line 14
            return
        end local 1 // org.bouncycastle.asn1.ocsp.Request req
        end local 0 // org.bouncycastle.cert.ocsp.Req this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/cert/ocsp/Req;
            0    3     1   req  Lorg/bouncycastle/asn1/ocsp/Request;
    MethodParameters:
      Name  Flags
      req   

  public org.bouncycastle.cert.ocsp.CertificateID getCertID();
    descriptor: ()Lorg/bouncycastle/cert/ocsp/CertificateID;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.bouncycastle.cert.ocsp.Req this
         0: .line 18
            new org.bouncycastle.cert.ocsp.CertificateID
            dup
            aload 0 /* this */
            getfield org.bouncycastle.cert.ocsp.Req.req:Lorg/bouncycastle/asn1/ocsp/Request;
            invokevirtual org.bouncycastle.asn1.ocsp.Request.getReqCert:()Lorg/bouncycastle/asn1/ocsp/CertID;
            invokespecial org.bouncycastle.cert.ocsp.CertificateID.<init>:(Lorg/bouncycastle/asn1/ocsp/CertID;)V
            areturn
        end local 0 // org.bouncycastle.cert.ocsp.Req this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/cert/ocsp/Req;

  public org.bouncycastle.asn1.x509.Extensions getSingleRequestExtensions();
    descriptor: ()Lorg/bouncycastle/asn1/x509/Extensions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.cert.ocsp.Req this
         0: .line 23
            aload 0 /* this */
            getfield org.bouncycastle.cert.ocsp.Req.req:Lorg/bouncycastle/asn1/ocsp/Request;
            invokevirtual org.bouncycastle.asn1.ocsp.Request.getSingleRequestExtensions:()Lorg/bouncycastle/asn1/x509/Extensions;
            areturn
        end local 0 // org.bouncycastle.cert.ocsp.Req this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/cert/ocsp/Req;
}
SourceFile: "Req.java"