class org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder$1 implements org.bouncycastle.operator.OutputEncryptor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder$1
  super_class: java.lang.Object
{
  final org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder this$0;
    descriptor: Lorg/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8EncryptorBuilder;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.bouncycastle.asn1.x509.AlgorithmIdentifier val$algID;
    descriptor: Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder, org.bouncycastle.asn1.x509.AlgorithmIdentifier);
    descriptor: (Lorg/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8EncryptorBuilder;Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder$1 this
         0: .line 219
            aload 0 /* this */
            aload 1
            putfield org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder$1.this$0:Lorg/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8EncryptorBuilder;
            aload 0 /* this */
            aload 2
            putfield org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder$1.val$algID:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8EncryptorBuilder$1;
    MethodParameters:
           Name  Flags
      this$0     final
      val$algID  final

  public org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier();
    descriptor: ()Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder$1 this
         0: .line 223
            aload 0 /* this */
            getfield org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder$1.val$algID:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            areturn
        end local 0 // org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8EncryptorBuilder$1;

  public java.io.OutputStream getOutputStream(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)Ljava/io/OutputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder$1 this
        start local 1 // java.io.OutputStream encOut
         0: .line 228
            new javax.crypto.CipherOutputStream
            dup
            aload 1 /* encOut */
            aload 0 /* this */
            getfield org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder$1.this$0:Lorg/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8EncryptorBuilder;
            getfield org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder.cipher:Ljavax/crypto/Cipher;
            invokespecial javax.crypto.CipherOutputStream.<init>:(Ljava/io/OutputStream;Ljavax/crypto/Cipher;)V
            areturn
        end local 1 // java.io.OutputStream encOut
        end local 0 // org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8EncryptorBuilder$1;
            0    1     1  encOut  Ljava/io/OutputStream;
    MethodParameters:
        Name  Flags
      encOut  

  public org.bouncycastle.operator.GenericKey getKey();
    descriptor: ()Lorg/bouncycastle/operator/GenericKey;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder$1 this
         0: .line 233
            new org.bouncycastle.operator.jcajce.JceGenericKey
            dup
            aload 0 /* this */
            getfield org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder$1.val$algID:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            aload 0 /* this */
            getfield org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder$1.this$0:Lorg/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8EncryptorBuilder;
            getfield org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder.key:Ljavax/crypto/SecretKey;
            invokespecial org.bouncycastle.operator.jcajce.JceGenericKey.<init>:(Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;Ljava/security/Key;)V
            areturn
        end local 0 // org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8EncryptorBuilder$1;
}
SourceFile: "JceOpenSSLPKCS8EncryptorBuilder.java"
EnclosingMethod: org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder.build:()Lorg/bouncycastle/operator/OutputEncryptor;
NestHost: org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder
InnerClasses:
  org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder$1