public class org.bouncycastle.cert.jcajce.JcaCRLStore extends org.bouncycastle.util.CollectionStore
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.cert.jcajce.JcaCRLStore
  super_class: org.bouncycastle.util.CollectionStore
{
  public void <init>(java.util.Collection);
    descriptor: (Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.cert.jcajce.JcaCRLStore this
        start local 1 // java.util.Collection collection
         0: .line 31
            aload 0 /* this */
            aload 1 /* collection */
            invokestatic org.bouncycastle.cert.jcajce.JcaCRLStore.convertCRLs:(Ljava/util/Collection;)Ljava/util/Collection;
            invokespecial org.bouncycastle.util.CollectionStore.<init>:(Ljava/util/Collection;)V
         1: .line 32
            return
        end local 1 // java.util.Collection collection
        end local 0 // org.bouncycastle.cert.jcajce.JcaCRLStore this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/bouncycastle/cert/jcajce/JcaCRLStore;
            0    2     1  collection  Ljava/util/Collection;
    Exceptions:
      throws java.security.cert.CRLException
    MethodParameters:
            Name  Flags
      collection  

  private static java.util.Collection convertCRLs(java.util.Collection);
    descriptor: (Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // java.util.Collection collection
         0: .line 37
            new java.util.ArrayList
            dup
            aload 0 /* collection */
            invokeinterface java.util.Collection.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 1 /* list */
        start local 1 // java.util.List list
         1: .line 39
            aload 0 /* collection */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 2 /* it */
        start local 2 // java.util.Iterator it
         2: goto 10
         3: .line 41
      StackMap locals: java.util.List java.util.Iterator
      StackMap stack:
            aload 2 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 3 /* crl */
        start local 3 // java.lang.Object crl
         4: .line 43
            aload 3 /* crl */
            instanceof java.security.cert.X509CRL
            ifeq 9
         5: .line 47
            aload 1 /* list */
            new org.bouncycastle.cert.X509CRLHolder
            dup
            aload 3 /* crl */
            checkcast java.security.cert.X509CRL
            invokevirtual java.security.cert.X509CRL.getEncoded:()[B
            invokespecial org.bouncycastle.cert.X509CRLHolder.<init>:([B)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         6: .line 48
            goto 10
         7: .line 49
      StackMap locals: java.util.Collection java.util.List java.util.Iterator java.lang.Object
      StackMap stack: java.io.IOException
            astore 4 /* e */
        start local 4 // java.io.IOException e
         8: .line 51
            new java.security.cert.CRLException
            dup
            new java.lang.StringBuilder
            dup
            ldc "cannot read encoding: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* e */
            invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.security.cert.CRLException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // java.io.IOException e
         9: .line 57
      StackMap locals:
      StackMap stack:
            aload 1 /* list */
            aload 3 /* crl */
            checkcast org.bouncycastle.cert.X509CRLHolder
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // java.lang.Object crl
        10: .line 39
      StackMap locals:
      StackMap stack:
            aload 2 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        end local 2 // java.util.Iterator it
        11: .line 61
            aload 1 /* list */
            areturn
        end local 1 // java.util.List list
        end local 0 // java.util.Collection collection
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0  collection  Ljava/util/Collection;
            1   12     1        list  Ljava/util/List;
            2   11     2          it  Ljava/util/Iterator;
            4   10     3         crl  Ljava/lang/Object;
            8    9     4           e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           5     6       7  Class java.io.IOException
    Exceptions:
      throws java.security.cert.CRLException
    MethodParameters:
            Name  Flags
      collection  
}
SourceFile: "JcaCRLStore.java"