class org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream extends java.io.OutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream
  super_class: java.io.OutputStream
{
  private java.io.OutputStream _out;
    descriptor: Ljava/io/OutputStream;
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

  public void <init>(org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator, java.io.OutputStream, org.bouncycastle.asn1.BERSequenceGenerator, org.bouncycastle.asn1.BERSequenceGenerator, org.bouncycastle.asn1.BERSequenceGenerator);
    descriptor: (Lorg/bouncycastle/cms/CMSEnvelopedDataStreamGenerator;Ljava/io/OutputStream;Lorg/bouncycastle/asn1/BERSequenceGenerator;Lorg/bouncycastle/asn1/BERSequenceGenerator;Lorg/bouncycastle/asn1/BERSequenceGenerator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream this
        start local 2 // java.io.OutputStream out
        start local 3 // org.bouncycastle.asn1.BERSequenceGenerator cGen
        start local 4 // org.bouncycastle.asn1.BERSequenceGenerator envGen
        start local 5 // org.bouncycastle.asn1.BERSequenceGenerator eiGen
         0: .line 256
            aload 0 /* this */
            aload 1
            putfield org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream.this$0:Lorg/bouncycastle/cms/CMSEnvelopedDataStreamGenerator;
         1: .line 251
            aload 0 /* this */
            invokespecial java.io.OutputStream.<init>:()V
         2: .line 257
            aload 0 /* this */
            aload 2 /* out */
            putfield org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream._out:Ljava/io/OutputStream;
         3: .line 258
            aload 0 /* this */
            aload 3 /* cGen */
            putfield org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream._cGen:Lorg/bouncycastle/asn1/BERSequenceGenerator;
         4: .line 259
            aload 0 /* this */
            aload 4 /* envGen */
            putfield org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream._envGen:Lorg/bouncycastle/asn1/BERSequenceGenerator;
         5: .line 260
            aload 0 /* this */
            aload 5 /* eiGen */
            putfield org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream._eiGen:Lorg/bouncycastle/asn1/BERSequenceGenerator;
         6: .line 261
            return
        end local 5 // org.bouncycastle.asn1.BERSequenceGenerator eiGen
        end local 4 // org.bouncycastle.asn1.BERSequenceGenerator envGen
        end local 3 // org.bouncycastle.asn1.BERSequenceGenerator cGen
        end local 2 // java.io.OutputStream out
        end local 0 // org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/bouncycastle/cms/CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream;
            0    7     2     out  Ljava/io/OutputStream;
            0    7     3    cGen  Lorg/bouncycastle/asn1/BERSequenceGenerator;
            0    7     4  envGen  Lorg/bouncycastle/asn1/BERSequenceGenerator;
            0    7     5   eiGen  Lorg/bouncycastle/asn1/BERSequenceGenerator;
    MethodParameters:
        Name  Flags
      this$0  final
      out     
      cGen    
      envGen  
      eiGen   

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream this
        start local 1 // int b
         0: .line 267
            aload 0 /* this */
            getfield org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream._out:Ljava/io/OutputStream;
            iload 1 /* b */
            invokevirtual java.io.OutputStream.write:(I)V
         1: .line 268
            return
        end local 1 // int b
        end local 0 // org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/cms/CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream;
            0    2     1     b  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream this
        start local 1 // byte[] bytes
        start local 2 // int off
        start local 3 // int len
         0: .line 276
            aload 0 /* this */
            getfield org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream._out:Ljava/io/OutputStream;
            aload 1 /* bytes */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual java.io.OutputStream.write:([BII)V
         1: .line 277
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] bytes
        end local 0 // org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/bouncycastle/cms/CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream;
            0    2     1  bytes  [B
            0    2     2    off  I
            0    2     3    len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      bytes  
      off    
      len    

  public void write(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream this
        start local 1 // byte[] bytes
         0: .line 283
            aload 0 /* this */
            getfield org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream._out:Ljava/io/OutputStream;
            aload 1 /* bytes */
            invokevirtual java.io.OutputStream.write:([B)V
         1: .line 284
            return
        end local 1 // byte[] bytes
        end local 0 // org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/bouncycastle/cms/CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream;
            0    2     1  bytes  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      bytes  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream this
         0: .line 289
            aload 0 /* this */
            getfield org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream._out:Ljava/io/OutputStream;
            invokevirtual java.io.OutputStream.close:()V
         1: .line 290
            aload 0 /* this */
            getfield org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream._eiGen:Lorg/bouncycastle/asn1/BERSequenceGenerator;
            invokevirtual org.bouncycastle.asn1.BERSequenceGenerator.close:()V
         2: .line 292
            aload 0 /* this */
            getfield org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream.this$0:Lorg/bouncycastle/cms/CMSEnvelopedDataStreamGenerator;
            getfield org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator.unprotectedAttributeGenerator:Lorg/bouncycastle/cms/CMSAttributeTableGenerator;
            ifnull 6
         3: .line 294
            aload 0 /* this */
            getfield org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream.this$0:Lorg/bouncycastle/cms/CMSEnvelopedDataStreamGenerator;
            getfield org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator.unprotectedAttributeGenerator:Lorg/bouncycastle/cms/CMSAttributeTableGenerator;
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            invokeinterface org.bouncycastle.cms.CMSAttributeTableGenerator.getAttributes:(Ljava/util/Map;)Lorg/bouncycastle/asn1/cms/AttributeTable;
            astore 1 /* attrTable */
        start local 1 // org.bouncycastle.asn1.cms.AttributeTable attrTable
         4: .line 296
            new org.bouncycastle.asn1.BERSet
            dup
            aload 1 /* attrTable */
            invokevirtual org.bouncycastle.asn1.cms.AttributeTable.toASN1EncodableVector:()Lorg/bouncycastle/asn1/ASN1EncodableVector;
            invokespecial org.bouncycastle.asn1.BERSet.<init>:(Lorg/bouncycastle/asn1/ASN1EncodableVector;)V
            astore 2 /* unprotectedAttrs */
        start local 2 // org.bouncycastle.asn1.ASN1Set unprotectedAttrs
         5: .line 298
            aload 0 /* this */
            getfield org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream._envGen:Lorg/bouncycastle/asn1/BERSequenceGenerator;
            new org.bouncycastle.asn1.DERTaggedObject
            dup
            iconst_0
            iconst_1
            aload 2 /* unprotectedAttrs */
            invokespecial org.bouncycastle.asn1.DERTaggedObject.<init>:(ZILorg/bouncycastle/asn1/ASN1Encodable;)V
            invokevirtual org.bouncycastle.asn1.BERSequenceGenerator.addObject:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
        end local 2 // org.bouncycastle.asn1.ASN1Set unprotectedAttrs
        end local 1 // org.bouncycastle.asn1.cms.AttributeTable attrTable
         6: .line 301
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream._envGen:Lorg/bouncycastle/asn1/BERSequenceGenerator;
            invokevirtual org.bouncycastle.asn1.BERSequenceGenerator.close:()V
         7: .line 302
            aload 0 /* this */
            getfield org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream._cGen:Lorg/bouncycastle/asn1/BERSequenceGenerator;
            invokevirtual org.bouncycastle.asn1.BERSequenceGenerator.close:()V
         8: .line 303
            return
        end local 0 // org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    9     0              this  Lorg/bouncycastle/cms/CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream;
            4    6     1         attrTable  Lorg/bouncycastle/asn1/cms/AttributeTable;
            5    6     2  unprotectedAttrs  Lorg/bouncycastle/asn1/ASN1Set;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "CMSEnvelopedDataStreamGenerator.java"
NestHost: org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator
InnerClasses:
  private CmsEnvelopedDataOutputStream = org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream of org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator