public class org.bouncycastle.asn1.x509.DistributionPoint extends org.bouncycastle.asn1.ASN1Encodable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.asn1.x509.DistributionPoint
  super_class: org.bouncycastle.asn1.ASN1Encodable
{
  org.bouncycastle.asn1.x509.DistributionPointName distributionPoint;
    descriptor: Lorg/bouncycastle/asn1/x509/DistributionPointName;
    flags: (0x0000) 

  org.bouncycastle.asn1.x509.ReasonFlags reasons;
    descriptor: Lorg/bouncycastle/asn1/x509/ReasonFlags;
    flags: (0x0000) 

  org.bouncycastle.asn1.x509.GeneralNames cRLIssuer;
    descriptor: Lorg/bouncycastle/asn1/x509/GeneralNames;
    flags: (0x0000) 

  public static org.bouncycastle.asn1.x509.DistributionPoint getInstance(org.bouncycastle.asn1.ASN1TaggedObject, boolean);
    descriptor: (Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/x509/DistributionPoint;
    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 33
            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.x509.DistributionPoint.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/DistributionPoint;
            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.x509.DistributionPoint getInstance(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/DistributionPoint;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 39
            aload 0 /* obj */
            ifnull 1
            aload 0 /* obj */
            instanceof org.bouncycastle.asn1.x509.DistributionPoint
            ifeq 2
         1: .line 41
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            checkcast org.bouncycastle.asn1.x509.DistributionPoint
            areturn
         2: .line 44
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            instanceof org.bouncycastle.asn1.ASN1Sequence
            ifeq 4
         3: .line 46
            new org.bouncycastle.asn1.x509.DistributionPoint
            dup
            aload 0 /* obj */
            checkcast org.bouncycastle.asn1.ASN1Sequence
            invokespecial org.bouncycastle.asn1.x509.DistributionPoint.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
            areturn
         4: .line 49
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid DistributionPoint: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        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 void <init>(org.bouncycastle.asn1.ASN1Sequence);
    descriptor: (Lorg/bouncycastle/asn1/ASN1Sequence;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.bouncycastle.asn1.x509.DistributionPoint this
        start local 1 // org.bouncycastle.asn1.ASN1Sequence seq
         0: .line 52
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 55
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 11
         3: .line 57
      StackMap locals: org.bouncycastle.asn1.x509.DistributionPoint org.bouncycastle.asn1.ASN1Sequence int
      StackMap stack:
            aload 1 /* seq */
            iload 2 /* i */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            invokestatic org.bouncycastle.asn1.ASN1TaggedObject.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1TaggedObject;
            astore 3 /* t */
        start local 3 // org.bouncycastle.asn1.ASN1TaggedObject t
         4: .line 58
            aload 3 /* t */
            invokevirtual org.bouncycastle.asn1.ASN1TaggedObject.getTagNo:()I
            tableswitch { // 0 - 2
                    0: 5
                    1: 7
                    2: 9
              default: 10
          }
         5: .line 61
      StackMap locals: org.bouncycastle.asn1.ASN1TaggedObject
      StackMap stack:
            aload 0 /* this */
            aload 3 /* t */
            iconst_1
            invokestatic org.bouncycastle.asn1.x509.DistributionPointName.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/x509/DistributionPointName;
            putfield org.bouncycastle.asn1.x509.DistributionPoint.distributionPoint:Lorg/bouncycastle/asn1/x509/DistributionPointName;
         6: .line 62
            goto 10
         7: .line 64
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.bouncycastle.asn1.x509.ReasonFlags
            dup
            aload 3 /* t */
            iconst_0
            invokestatic org.bouncycastle.asn1.DERBitString.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/DERBitString;
            invokespecial org.bouncycastle.asn1.x509.ReasonFlags.<init>:(Lorg/bouncycastle/asn1/DERBitString;)V
            putfield org.bouncycastle.asn1.x509.DistributionPoint.reasons:Lorg/bouncycastle/asn1/x509/ReasonFlags;
         8: .line 65
            goto 10
         9: .line 67
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* t */
            iconst_0
            invokestatic org.bouncycastle.asn1.x509.GeneralNames.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/x509/GeneralNames;
            putfield org.bouncycastle.asn1.x509.DistributionPoint.cRLIssuer:Lorg/bouncycastle/asn1/x509/GeneralNames;
        end local 3 // org.bouncycastle.asn1.ASN1TaggedObject t
        10: .line 55
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 2 /* i */
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            if_icmpne 3
        end local 2 // int i
        12: .line 70
            return
        end local 1 // org.bouncycastle.asn1.ASN1Sequence seq
        end local 0 // org.bouncycastle.asn1.x509.DistributionPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/bouncycastle/asn1/x509/DistributionPoint;
            0   13     1   seq  Lorg/bouncycastle/asn1/ASN1Sequence;
            2   12     2     i  I
            4   10     3     t  Lorg/bouncycastle/asn1/ASN1TaggedObject;
    MethodParameters:
      Name  Flags
      seq   

  public void <init>(org.bouncycastle.asn1.x509.DistributionPointName, org.bouncycastle.asn1.x509.ReasonFlags, org.bouncycastle.asn1.x509.GeneralNames);
    descriptor: (Lorg/bouncycastle/asn1/x509/DistributionPointName;Lorg/bouncycastle/asn1/x509/ReasonFlags;Lorg/bouncycastle/asn1/x509/GeneralNames;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.bouncycastle.asn1.x509.DistributionPoint this
        start local 1 // org.bouncycastle.asn1.x509.DistributionPointName distributionPoint
        start local 2 // org.bouncycastle.asn1.x509.ReasonFlags reasons
        start local 3 // org.bouncycastle.asn1.x509.GeneralNames cRLIssuer
         0: .line 72
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 77
            aload 0 /* this */
            aload 1 /* distributionPoint */
            putfield org.bouncycastle.asn1.x509.DistributionPoint.distributionPoint:Lorg/bouncycastle/asn1/x509/DistributionPointName;
         2: .line 78
            aload 0 /* this */
            aload 2 /* reasons */
            putfield org.bouncycastle.asn1.x509.DistributionPoint.reasons:Lorg/bouncycastle/asn1/x509/ReasonFlags;
         3: .line 79
            aload 0 /* this */
            aload 3 /* cRLIssuer */
            putfield org.bouncycastle.asn1.x509.DistributionPoint.cRLIssuer:Lorg/bouncycastle/asn1/x509/GeneralNames;
         4: .line 80
            return
        end local 3 // org.bouncycastle.asn1.x509.GeneralNames cRLIssuer
        end local 2 // org.bouncycastle.asn1.x509.ReasonFlags reasons
        end local 1 // org.bouncycastle.asn1.x509.DistributionPointName distributionPoint
        end local 0 // org.bouncycastle.asn1.x509.DistributionPoint this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Lorg/bouncycastle/asn1/x509/DistributionPoint;
            0    5     1  distributionPoint  Lorg/bouncycastle/asn1/x509/DistributionPointName;
            0    5     2            reasons  Lorg/bouncycastle/asn1/x509/ReasonFlags;
            0    5     3          cRLIssuer  Lorg/bouncycastle/asn1/x509/GeneralNames;
    MethodParameters:
                   Name  Flags
      distributionPoint  
      reasons            
      cRLIssuer          

  public org.bouncycastle.asn1.x509.DistributionPointName getDistributionPoint();
    descriptor: ()Lorg/bouncycastle/asn1/x509/DistributionPointName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.DistributionPoint this
         0: .line 84
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.DistributionPoint.distributionPoint:Lorg/bouncycastle/asn1/x509/DistributionPointName;
            areturn
        end local 0 // org.bouncycastle.asn1.x509.DistributionPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x509/DistributionPoint;

  public org.bouncycastle.asn1.x509.ReasonFlags getReasons();
    descriptor: ()Lorg/bouncycastle/asn1/x509/ReasonFlags;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.DistributionPoint this
         0: .line 89
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.DistributionPoint.reasons:Lorg/bouncycastle/asn1/x509/ReasonFlags;
            areturn
        end local 0 // org.bouncycastle.asn1.x509.DistributionPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x509/DistributionPoint;

  public org.bouncycastle.asn1.x509.GeneralNames getCRLIssuer();
    descriptor: ()Lorg/bouncycastle/asn1/x509/GeneralNames;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.DistributionPoint this
         0: .line 94
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.DistributionPoint.cRLIssuer:Lorg/bouncycastle/asn1/x509/GeneralNames;
            areturn
        end local 0 // org.bouncycastle.asn1.x509.DistributionPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x509/DistributionPoint;

  public org.bouncycastle.asn1.DERObject toASN1Object();
    descriptor: ()Lorg/bouncycastle/asn1/DERObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.DistributionPoint this
         0: .line 99
            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 101
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.DistributionPoint.distributionPoint:Lorg/bouncycastle/asn1/x509/DistributionPointName;
            ifnull 3
         2: .line 106
            aload 1 /* v */
            new org.bouncycastle.asn1.DERTaggedObject
            dup
            iconst_0
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.DistributionPoint.distributionPoint:Lorg/bouncycastle/asn1/x509/DistributionPointName;
            invokespecial org.bouncycastle.asn1.DERTaggedObject.<init>:(ILorg/bouncycastle/asn1/DEREncodable;)V
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         3: .line 109
      StackMap locals: org.bouncycastle.asn1.ASN1EncodableVector
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.DistributionPoint.reasons:Lorg/bouncycastle/asn1/x509/ReasonFlags;
            ifnull 5
         4: .line 111
            aload 1 /* v */
            new org.bouncycastle.asn1.DERTaggedObject
            dup
            iconst_0
            iconst_1
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.DistributionPoint.reasons:Lorg/bouncycastle/asn1/x509/ReasonFlags;
            invokespecial org.bouncycastle.asn1.DERTaggedObject.<init>:(ZILorg/bouncycastle/asn1/DEREncodable;)V
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         5: .line 114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.DistributionPoint.cRLIssuer:Lorg/bouncycastle/asn1/x509/GeneralNames;
            ifnull 7
         6: .line 116
            aload 1 /* v */
            new org.bouncycastle.asn1.DERTaggedObject
            dup
            iconst_0
            iconst_2
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.DistributionPoint.cRLIssuer:Lorg/bouncycastle/asn1/x509/GeneralNames;
            invokespecial org.bouncycastle.asn1.DERTaggedObject.<init>:(ZILorg/bouncycastle/asn1/DEREncodable;)V
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         7: .line 119
      StackMap locals:
      StackMap stack:
            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.x509.DistributionPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/bouncycastle/asn1/x509/DistributionPoint;
            1    8     1     v  Lorg/bouncycastle/asn1/ASN1EncodableVector;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.DistributionPoint this
         0: .line 124
            ldc "line.separator"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* sep */
        start local 1 // java.lang.String sep
         1: .line 125
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 2 /* buf */
        start local 2 // java.lang.StringBuffer buf
         2: .line 126
            aload 2 /* buf */
            ldc "DistributionPoint: ["
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         3: .line 127
            aload 2 /* buf */
            aload 1 /* sep */
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         4: .line 128
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.DistributionPoint.distributionPoint:Lorg/bouncycastle/asn1/x509/DistributionPointName;
            ifnull 6
         5: .line 130
            aload 0 /* this */
            aload 2 /* buf */
            aload 1 /* sep */
            ldc "distributionPoint"
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.DistributionPoint.distributionPoint:Lorg/bouncycastle/asn1/x509/DistributionPointName;
            invokevirtual org.bouncycastle.asn1.x509.DistributionPointName.toString:()Ljava/lang/String;
            invokevirtual org.bouncycastle.asn1.x509.DistributionPoint.appendObject:(Ljava/lang/StringBuffer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         6: .line 132
      StackMap locals: java.lang.String java.lang.StringBuffer
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.DistributionPoint.reasons:Lorg/bouncycastle/asn1/x509/ReasonFlags;
            ifnull 8
         7: .line 134
            aload 0 /* this */
            aload 2 /* buf */
            aload 1 /* sep */
            ldc "reasons"
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.DistributionPoint.reasons:Lorg/bouncycastle/asn1/x509/ReasonFlags;
            invokevirtual org.bouncycastle.asn1.x509.ReasonFlags.toString:()Ljava/lang/String;
            invokevirtual org.bouncycastle.asn1.x509.DistributionPoint.appendObject:(Ljava/lang/StringBuffer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         8: .line 136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.DistributionPoint.cRLIssuer:Lorg/bouncycastle/asn1/x509/GeneralNames;
            ifnull 10
         9: .line 138
            aload 0 /* this */
            aload 2 /* buf */
            aload 1 /* sep */
            ldc "cRLIssuer"
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.DistributionPoint.cRLIssuer:Lorg/bouncycastle/asn1/x509/GeneralNames;
            invokevirtual org.bouncycastle.asn1.x509.GeneralNames.toString:()Ljava/lang/String;
            invokevirtual org.bouncycastle.asn1.x509.DistributionPoint.appendObject:(Ljava/lang/StringBuffer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        10: .line 140
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            ldc "]"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        11: .line 141
            aload 2 /* buf */
            aload 1 /* sep */
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        12: .line 142
            aload 2 /* buf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.StringBuffer buf
        end local 1 // java.lang.String sep
        end local 0 // org.bouncycastle.asn1.x509.DistributionPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/bouncycastle/asn1/x509/DistributionPoint;
            1   13     1   sep  Ljava/lang/String;
            2   13     2   buf  Ljava/lang/StringBuffer;

  private void appendObject(java.lang.StringBuffer, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/StringBuffer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=6, args_size=5
        start local 0 // org.bouncycastle.asn1.x509.DistributionPoint this
        start local 1 // java.lang.StringBuffer buf
        start local 2 // java.lang.String sep
        start local 3 // java.lang.String name
        start local 4 // java.lang.String value
         0: .line 147
            ldc "    "
            astore 5 /* indent */
        start local 5 // java.lang.String indent
         1: .line 149
            aload 1 /* buf */
            aload 5 /* indent */
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 150
            aload 1 /* buf */
            aload 3 /* name */
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         3: .line 151
            aload 1 /* buf */
            ldc ":"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         4: .line 152
            aload 1 /* buf */
            aload 2 /* sep */
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         5: .line 153
            aload 1 /* buf */
            aload 5 /* indent */
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         6: .line 154
            aload 1 /* buf */
            aload 5 /* indent */
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         7: .line 155
            aload 1 /* buf */
            aload 4 /* value */
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         8: .line 156
            aload 1 /* buf */
            aload 2 /* sep */
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         9: .line 157
            return
        end local 5 // java.lang.String indent
        end local 4 // java.lang.String value
        end local 3 // java.lang.String name
        end local 2 // java.lang.String sep
        end local 1 // java.lang.StringBuffer buf
        end local 0 // org.bouncycastle.asn1.x509.DistributionPoint this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lorg/bouncycastle/asn1/x509/DistributionPoint;
            0   10     1     buf  Ljava/lang/StringBuffer;
            0   10     2     sep  Ljava/lang/String;
            0   10     3    name  Ljava/lang/String;
            0   10     4   value  Ljava/lang/String;
            1   10     5  indent  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      buf    
      sep    
      name   
      value  
}
SourceFile: "DistributionPoint.java"