public class org.bouncycastle.cms.OriginatorInfoGenerator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.cms.OriginatorInfoGenerator
  super_class: java.lang.Object
{
  private final java.util.List origCerts;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List origCRLs;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.bouncycastle.cert.X509CertificateHolder);
    descriptor: (Lorg/bouncycastle/cert/X509CertificateHolder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.bouncycastle.cms.OriginatorInfoGenerator this
        start local 1 // org.bouncycastle.cert.X509CertificateHolder origCert
         0: .line 15
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 17
            aload 0 /* this */
            new java.util.ArrayList
            dup
            iconst_1
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield org.bouncycastle.cms.OriginatorInfoGenerator.origCerts:Ljava/util/List;
         2: .line 18
            aload 0 /* this */
            aconst_null
            putfield org.bouncycastle.cms.OriginatorInfoGenerator.origCRLs:Ljava/util/List;
         3: .line 19
            aload 0 /* this */
            getfield org.bouncycastle.cms.OriginatorInfoGenerator.origCerts:Ljava/util/List;
            aload 1 /* origCert */
            invokevirtual org.bouncycastle.cert.X509CertificateHolder.toASN1Structure:()Lorg/bouncycastle/asn1/x509/Certificate;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 20
            return
        end local 1 // org.bouncycastle.cert.X509CertificateHolder origCert
        end local 0 // org.bouncycastle.cms.OriginatorInfoGenerator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/bouncycastle/cms/OriginatorInfoGenerator;
            0    5     1  origCert  Lorg/bouncycastle/cert/X509CertificateHolder;
    MethodParameters:
          Name  Flags
      origCert  

  public void <init>(org.bouncycastle.util.Store);
    descriptor: (Lorg/bouncycastle/util/Store;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.bouncycastle.cms.OriginatorInfoGenerator this
        start local 1 // org.bouncycastle.util.Store origCerts
         0: .line 25
            aload 0 /* this */
            aload 1 /* origCerts */
            aconst_null
            invokespecial org.bouncycastle.cms.OriginatorInfoGenerator.<init>:(Lorg/bouncycastle/util/Store;Lorg/bouncycastle/util/Store;)V
         1: .line 26
            return
        end local 1 // org.bouncycastle.util.Store origCerts
        end local 0 // org.bouncycastle.cms.OriginatorInfoGenerator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/bouncycastle/cms/OriginatorInfoGenerator;
            0    2     1  origCerts  Lorg/bouncycastle/util/Store;
    Exceptions:
      throws org.bouncycastle.cms.CMSException
    MethodParameters:
           Name  Flags
      origCerts  

  public void <init>(org.bouncycastle.util.Store, org.bouncycastle.util.Store);
    descriptor: (Lorg/bouncycastle/util/Store;Lorg/bouncycastle/util/Store;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.bouncycastle.cms.OriginatorInfoGenerator this
        start local 1 // org.bouncycastle.util.Store origCerts
        start local 2 // org.bouncycastle.util.Store origCRLs
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 31
            aload 0 /* this */
            aload 1 /* origCerts */
            invokestatic org.bouncycastle.cms.CMSUtils.getCertificatesFromStore:(Lorg/bouncycastle/util/Store;)Ljava/util/List;
            putfield org.bouncycastle.cms.OriginatorInfoGenerator.origCerts:Ljava/util/List;
         2: .line 33
            aload 2 /* origCRLs */
            ifnull 5
         3: .line 35
            aload 0 /* this */
            aload 2 /* origCRLs */
            invokestatic org.bouncycastle.cms.CMSUtils.getCRLsFromStore:(Lorg/bouncycastle/util/Store;)Ljava/util/List;
            putfield org.bouncycastle.cms.OriginatorInfoGenerator.origCRLs:Ljava/util/List;
         4: .line 36
            goto 6
         5: .line 39
      StackMap locals: org.bouncycastle.cms.OriginatorInfoGenerator org.bouncycastle.util.Store org.bouncycastle.util.Store
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.bouncycastle.cms.OriginatorInfoGenerator.origCRLs:Ljava/util/List;
         6: .line 41
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.bouncycastle.util.Store origCRLs
        end local 1 // org.bouncycastle.util.Store origCerts
        end local 0 // org.bouncycastle.cms.OriginatorInfoGenerator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/bouncycastle/cms/OriginatorInfoGenerator;
            0    7     1  origCerts  Lorg/bouncycastle/util/Store;
            0    7     2   origCRLs  Lorg/bouncycastle/util/Store;
    Exceptions:
      throws org.bouncycastle.cms.CMSException
    MethodParameters:
           Name  Flags
      origCerts  
      origCRLs   

  public org.bouncycastle.cms.OriginatorInformation generate();
    descriptor: ()Lorg/bouncycastle/cms/OriginatorInformation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.bouncycastle.cms.OriginatorInfoGenerator this
         0: .line 45
            aload 0 /* this */
            getfield org.bouncycastle.cms.OriginatorInfoGenerator.origCRLs:Ljava/util/List;
            ifnull 2
         1: .line 47
            new org.bouncycastle.cms.OriginatorInformation
            dup
            new org.bouncycastle.asn1.cms.OriginatorInfo
            dup
            aload 0 /* this */
            getfield org.bouncycastle.cms.OriginatorInfoGenerator.origCerts:Ljava/util/List;
            invokestatic org.bouncycastle.cms.CMSUtils.createDerSetFromList:(Ljava/util/List;)Lorg/bouncycastle/asn1/ASN1Set;
            aload 0 /* this */
            getfield org.bouncycastle.cms.OriginatorInfoGenerator.origCRLs:Ljava/util/List;
            invokestatic org.bouncycastle.cms.CMSUtils.createDerSetFromList:(Ljava/util/List;)Lorg/bouncycastle/asn1/ASN1Set;
            invokespecial org.bouncycastle.asn1.cms.OriginatorInfo.<init>:(Lorg/bouncycastle/asn1/ASN1Set;Lorg/bouncycastle/asn1/ASN1Set;)V
            invokespecial org.bouncycastle.cms.OriginatorInformation.<init>:(Lorg/bouncycastle/asn1/cms/OriginatorInfo;)V
            areturn
         2: .line 51
      StackMap locals:
      StackMap stack:
            new org.bouncycastle.cms.OriginatorInformation
            dup
            new org.bouncycastle.asn1.cms.OriginatorInfo
            dup
            aload 0 /* this */
            getfield org.bouncycastle.cms.OriginatorInfoGenerator.origCerts:Ljava/util/List;
            invokestatic org.bouncycastle.cms.CMSUtils.createDerSetFromList:(Ljava/util/List;)Lorg/bouncycastle/asn1/ASN1Set;
            aconst_null
            invokespecial org.bouncycastle.asn1.cms.OriginatorInfo.<init>:(Lorg/bouncycastle/asn1/ASN1Set;Lorg/bouncycastle/asn1/ASN1Set;)V
            invokespecial org.bouncycastle.cms.OriginatorInformation.<init>:(Lorg/bouncycastle/asn1/cms/OriginatorInfo;)V
            areturn
        end local 0 // org.bouncycastle.cms.OriginatorInfoGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/cms/OriginatorInfoGenerator;
}
SourceFile: "OriginatorInfoGenerator.java"