public class org.bouncycastle.asn1.cms.OtherRevocationInfoFormat extends org.bouncycastle.asn1.ASN1Object
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.asn1.cms.OtherRevocationInfoFormat
  super_class: org.bouncycastle.asn1.ASN1Object
{
  private org.bouncycastle.asn1.ASN1ObjectIdentifier otherRevInfoFormat;
    descriptor: Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
    flags: (0x0002) ACC_PRIVATE

  private org.bouncycastle.asn1.ASN1Encodable otherRevInfo;
    descriptor: Lorg/bouncycastle/asn1/ASN1Encodable;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.bouncycastle.asn1.ASN1ObjectIdentifier, org.bouncycastle.asn1.ASN1Encodable);
    descriptor: (Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;Lorg/bouncycastle/asn1/ASN1Encodable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.bouncycastle.asn1.cms.OtherRevocationInfoFormat this
        start local 1 // org.bouncycastle.asn1.ASN1ObjectIdentifier otherRevInfoFormat
        start local 2 // org.bouncycastle.asn1.ASN1Encodable otherRevInfo
         0: .line 27
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 31
            aload 0 /* this */
            aload 1 /* otherRevInfoFormat */
            putfield org.bouncycastle.asn1.cms.OtherRevocationInfoFormat.otherRevInfoFormat:Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
         2: .line 32
            aload 0 /* this */
            aload 2 /* otherRevInfo */
            putfield org.bouncycastle.asn1.cms.OtherRevocationInfoFormat.otherRevInfo:Lorg/bouncycastle/asn1/ASN1Encodable;
         3: .line 33
            return
        end local 2 // org.bouncycastle.asn1.ASN1Encodable otherRevInfo
        end local 1 // org.bouncycastle.asn1.ASN1ObjectIdentifier otherRevInfoFormat
        end local 0 // org.bouncycastle.asn1.cms.OtherRevocationInfoFormat this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lorg/bouncycastle/asn1/cms/OtherRevocationInfoFormat;
            0    4     1  otherRevInfoFormat  Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
            0    4     2        otherRevInfo  Lorg/bouncycastle/asn1/ASN1Encodable;
    MethodParameters:
                    Name  Flags
      otherRevInfoFormat  
      otherRevInfo        

  private void <init>(org.bouncycastle.asn1.ASN1Sequence);
    descriptor: (Lorg/bouncycastle/asn1/ASN1Sequence;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.cms.OtherRevocationInfoFormat this
        start local 1 // org.bouncycastle.asn1.ASN1Sequence seq
         0: .line 35
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            aload 1 /* seq */
            iconst_0
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            invokestatic org.bouncycastle.asn1.ASN1ObjectIdentifier.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
            putfield org.bouncycastle.asn1.cms.OtherRevocationInfoFormat.otherRevInfoFormat:Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
         2: .line 39
            aload 0 /* this */
            aload 1 /* seq */
            iconst_1
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            putfield org.bouncycastle.asn1.cms.OtherRevocationInfoFormat.otherRevInfo:Lorg/bouncycastle/asn1/ASN1Encodable;
         3: .line 40
            return
        end local 1 // org.bouncycastle.asn1.ASN1Sequence seq
        end local 0 // org.bouncycastle.asn1.cms.OtherRevocationInfoFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/bouncycastle/asn1/cms/OtherRevocationInfoFormat;
            0    4     1   seq  Lorg/bouncycastle/asn1/ASN1Sequence;
    MethodParameters:
      Name  Flags
      seq   

  public static org.bouncycastle.asn1.cms.OtherRevocationInfoFormat getInstance(org.bouncycastle.asn1.ASN1TaggedObject, boolean);
    descriptor: (Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/cms/OtherRevocationInfoFormat;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.ASN1TaggedObject obj
        start local 1 // boolean explicit
         0: .line 55
            aload 0 /* obj */
            iload 1 /* explicit */
            invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/ASN1Sequence;
            invokestatic org.bouncycastle.asn1.cms.OtherRevocationInfoFormat.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/cms/OtherRevocationInfoFormat;
            areturn
        end local 1 // boolean explicit
        end local 0 // org.bouncycastle.asn1.ASN1TaggedObject obj
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0       obj  Lorg/bouncycastle/asn1/ASN1TaggedObject;
            0    1     1  explicit  Z
    MethodParameters:
          Name  Flags
      obj       
      explicit  

  public static org.bouncycastle.asn1.cms.OtherRevocationInfoFormat getInstance(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/bouncycastle/asn1/cms/OtherRevocationInfoFormat;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 74
            aload 0 /* obj */
            instanceof org.bouncycastle.asn1.cms.OtherRevocationInfoFormat
            ifeq 2
         1: .line 76
            aload 0 /* obj */
            checkcast org.bouncycastle.asn1.cms.OtherRevocationInfoFormat
            areturn
         2: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            ifnull 4
         3: .line 81
            new org.bouncycastle.asn1.cms.OtherRevocationInfoFormat
            dup
            aload 0 /* obj */
            invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1Sequence;
            invokespecial org.bouncycastle.asn1.cms.OtherRevocationInfoFormat.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
            areturn
         4: .line 84
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public org.bouncycastle.asn1.ASN1ObjectIdentifier getInfoFormat();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.cms.OtherRevocationInfoFormat this
         0: .line 89
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.OtherRevocationInfoFormat.otherRevInfoFormat:Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
            areturn
        end local 0 // org.bouncycastle.asn1.cms.OtherRevocationInfoFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/cms/OtherRevocationInfoFormat;

  public org.bouncycastle.asn1.ASN1Encodable getInfo();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1Encodable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.cms.OtherRevocationInfoFormat this
         0: .line 94
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.OtherRevocationInfoFormat.otherRevInfo:Lorg/bouncycastle/asn1/ASN1Encodable;
            areturn
        end local 0 // org.bouncycastle.asn1.cms.OtherRevocationInfoFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/cms/OtherRevocationInfoFormat;

  public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1Primitive;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.bouncycastle.asn1.cms.OtherRevocationInfoFormat this
         0: .line 102
            new org.bouncycastle.asn1.ASN1EncodableVector
            dup
            invokespecial org.bouncycastle.asn1.ASN1EncodableVector.<init>:()V
            astore 1 /* v */
        start local 1 // org.bouncycastle.asn1.ASN1EncodableVector v
         1: .line 104
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.OtherRevocationInfoFormat.otherRevInfoFormat:Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         2: .line 105
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.OtherRevocationInfoFormat.otherRevInfo:Lorg/bouncycastle/asn1/ASN1Encodable;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         3: .line 107
            new org.bouncycastle.asn1.DERSequence
            dup
            aload 1 /* v */
            invokespecial org.bouncycastle.asn1.DERSequence.<init>:(Lorg/bouncycastle/asn1/ASN1EncodableVector;)V
            areturn
        end local 1 // org.bouncycastle.asn1.ASN1EncodableVector v
        end local 0 // org.bouncycastle.asn1.cms.OtherRevocationInfoFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/bouncycastle/asn1/cms/OtherRevocationInfoFormat;
            1    4     1     v  Lorg/bouncycastle/asn1/ASN1EncodableVector;
}
SourceFile: "OtherRevocationInfoFormat.java"