class org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoGeneratorBuilder$ProviderHelper extends org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoGeneratorBuilder$Helper
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoGeneratorBuilder$ProviderHelper
  super_class: org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoGeneratorBuilder$Helper
{
  private final java.security.Provider provider;
    descriptor: Ljava/security/Provider;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoGeneratorBuilder this$0;
    descriptor: Lorg/bouncycastle/cms/jcajce/JcaSimpleSignerInfoGeneratorBuilder;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoGeneratorBuilder, java.security.Provider);
    descriptor: (Lorg/bouncycastle/cms/jcajce/JcaSimpleSignerInfoGeneratorBuilder;Ljava/security/Provider;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoGeneratorBuilder$ProviderHelper this
        start local 2 // java.security.Provider provider
         0: .line 195
            aload 0 /* this */
            aload 1
            putfield org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoGeneratorBuilder$ProviderHelper.this$0:Lorg/bouncycastle/cms/jcajce/JcaSimpleSignerInfoGeneratorBuilder;
         1: .line 194
            aload 0 /* this */
            aload 1
            invokespecial org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoGeneratorBuilder$Helper.<init>:(Lorg/bouncycastle/cms/jcajce/JcaSimpleSignerInfoGeneratorBuilder;)V
         2: .line 196
            aload 0 /* this */
            aload 2 /* provider */
            putfield org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoGeneratorBuilder$ProviderHelper.provider:Ljava/security/Provider;
         3: .line 197
            return
        end local 2 // java.security.Provider provider
        end local 0 // org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoGeneratorBuilder$ProviderHelper this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/bouncycastle/cms/jcajce/JcaSimpleSignerInfoGeneratorBuilder$ProviderHelper;
            0    4     2  provider  Ljava/security/Provider;
    MethodParameters:
          Name  Flags
      this$0    final
      provider  

  org.bouncycastle.operator.ContentSigner createContentSigner(java.lang.String, java.security.PrivateKey);
    descriptor: (Ljava/lang/String;Ljava/security/PrivateKey;)Lorg/bouncycastle/operator/ContentSigner;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoGeneratorBuilder$ProviderHelper this
        start local 1 // java.lang.String algorithm
        start local 2 // java.security.PrivateKey privateKey
         0: .line 202
            new org.bouncycastle.operator.jcajce.JcaContentSignerBuilder
            dup
            aload 1 /* algorithm */
            invokespecial org.bouncycastle.operator.jcajce.JcaContentSignerBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoGeneratorBuilder$ProviderHelper.provider:Ljava/security/Provider;
            invokevirtual org.bouncycastle.operator.jcajce.JcaContentSignerBuilder.setProvider:(Ljava/security/Provider;)Lorg/bouncycastle/operator/jcajce/JcaContentSignerBuilder;
            aload 2 /* privateKey */
            invokevirtual org.bouncycastle.operator.jcajce.JcaContentSignerBuilder.build:(Ljava/security/PrivateKey;)Lorg/bouncycastle/operator/ContentSigner;
            areturn
        end local 2 // java.security.PrivateKey privateKey
        end local 1 // java.lang.String algorithm
        end local 0 // org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoGeneratorBuilder$ProviderHelper this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/bouncycastle/cms/jcajce/JcaSimpleSignerInfoGeneratorBuilder$ProviderHelper;
            0    1     1   algorithm  Ljava/lang/String;
            0    1     2  privateKey  Ljava/security/PrivateKey;
    Exceptions:
      throws org.bouncycastle.operator.OperatorCreationException
    MethodParameters:
            Name  Flags
      algorithm   
      privateKey  

  org.bouncycastle.operator.DigestCalculatorProvider createDigestCalculatorProvider();
    descriptor: ()Lorg/bouncycastle/operator/DigestCalculatorProvider;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoGeneratorBuilder$ProviderHelper this
         0: .line 208
            new org.bouncycastle.operator.jcajce.JcaDigestCalculatorProviderBuilder
            dup
            invokespecial org.bouncycastle.operator.jcajce.JcaDigestCalculatorProviderBuilder.<init>:()V
            aload 0 /* this */
            getfield org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoGeneratorBuilder$ProviderHelper.provider:Ljava/security/Provider;
            invokevirtual org.bouncycastle.operator.jcajce.JcaDigestCalculatorProviderBuilder.setProvider:(Ljava/security/Provider;)Lorg/bouncycastle/operator/jcajce/JcaDigestCalculatorProviderBuilder;
            invokevirtual org.bouncycastle.operator.jcajce.JcaDigestCalculatorProviderBuilder.build:()Lorg/bouncycastle/operator/DigestCalculatorProvider;
            areturn
        end local 0 // org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoGeneratorBuilder$ProviderHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/cms/jcajce/JcaSimpleSignerInfoGeneratorBuilder$ProviderHelper;
    Exceptions:
      throws org.bouncycastle.operator.OperatorCreationException
}
SourceFile: "JcaSimpleSignerInfoGeneratorBuilder.java"
NestHost: org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoGeneratorBuilder
InnerClasses:
  private Helper = org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoGeneratorBuilder$Helper of org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoGeneratorBuilder
  private ProviderHelper = org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoGeneratorBuilder$ProviderHelper of org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoGeneratorBuilder