public class org.bouncycastle.asn1.ocsp.OCSPResponseStatus extends org.bouncycastle.asn1.DEREnumerated
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.asn1.ocsp.OCSPResponseStatus
  super_class: org.bouncycastle.asn1.DEREnumerated
{
  public static final int SUCCESSFUL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int MALFORMED_REQUEST;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int INTERNAL_ERROR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int TRY_LATER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int SIG_REQUIRED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  public static final int UNAUTHORIZED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.ocsp.OCSPResponseStatus this
        start local 1 // int value
         0: .line 32
            aload 0 /* this */
            iload 1 /* value */
            invokespecial org.bouncycastle.asn1.DEREnumerated.<init>:(I)V
         1: .line 33
            return
        end local 1 // int value
        end local 0 // org.bouncycastle.asn1.ocsp.OCSPResponseStatus this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/bouncycastle/asn1/ocsp/OCSPResponseStatus;
            0    2     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public void <init>(org.bouncycastle.asn1.DEREnumerated);
    descriptor: (Lorg/bouncycastle/asn1/DEREnumerated;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.ocsp.OCSPResponseStatus this
        start local 1 // org.bouncycastle.asn1.DEREnumerated value
         0: .line 38
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual org.bouncycastle.asn1.DEREnumerated.getValue:()Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.intValue:()I
            invokespecial org.bouncycastle.asn1.DEREnumerated.<init>:(I)V
         1: .line 39
            return
        end local 1 // org.bouncycastle.asn1.DEREnumerated value
        end local 0 // org.bouncycastle.asn1.ocsp.OCSPResponseStatus this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/bouncycastle/asn1/ocsp/OCSPResponseStatus;
            0    2     1  value  Lorg/bouncycastle/asn1/DEREnumerated;
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "OCSPResponseStatus.java"