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

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

  private final java.lang.Object val$dataCipher;
    descriptor: Ljava/lang/Object;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.bouncycastle.cms.bc.BcRSAKeyTransEnvelopedRecipient, org.bouncycastle.asn1.x509.AlgorithmIdentifier, java.lang.Object);
    descriptor: (Lorg/bouncycastle/cms/bc/BcRSAKeyTransEnvelopedRecipient;Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.bouncycastle.cms.bc.BcRSAKeyTransEnvelopedRecipient$1 this
         0: .line 30
            aload 0 /* this */
            aload 1
            putfield org.bouncycastle.cms.bc.BcRSAKeyTransEnvelopedRecipient$1.this$0:Lorg/bouncycastle/cms/bc/BcRSAKeyTransEnvelopedRecipient;
            aload 0 /* this */
            aload 2
            putfield org.bouncycastle.cms.bc.BcRSAKeyTransEnvelopedRecipient$1.val$contentEncryptionAlgorithm:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            aload 0 /* this */
            aload 3
            putfield org.bouncycastle.cms.bc.BcRSAKeyTransEnvelopedRecipient$1.val$dataCipher:Ljava/lang/Object;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.bouncycastle.cms.bc.BcRSAKeyTransEnvelopedRecipient$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/cms/bc/BcRSAKeyTransEnvelopedRecipient$1;
    MethodParameters:
                                Name  Flags
      this$0                          final
      val$contentEncryptionAlgorithm  final
      val$dataCipher                  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.cms.bc.BcRSAKeyTransEnvelopedRecipient$1 this
         0: .line 34
            aload 0 /* this */
            getfield org.bouncycastle.cms.bc.BcRSAKeyTransEnvelopedRecipient$1.val$contentEncryptionAlgorithm:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            areturn
        end local 0 // org.bouncycastle.cms.bc.BcRSAKeyTransEnvelopedRecipient$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/cms/bc/BcRSAKeyTransEnvelopedRecipient$1;

  public java.io.InputStream getInputStream(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.bouncycastle.cms.bc.BcRSAKeyTransEnvelopedRecipient$1 this
        start local 1 // java.io.InputStream dataIn
         0: .line 39
            aload 0 /* this */
            getfield org.bouncycastle.cms.bc.BcRSAKeyTransEnvelopedRecipient$1.val$dataCipher:Ljava/lang/Object;
            instanceof org.bouncycastle.crypto.BufferedBlockCipher
            ifeq 2
         1: .line 41
            new org.bouncycastle.crypto.io.CipherInputStream
            dup
            aload 1 /* dataIn */
            aload 0 /* this */
            getfield org.bouncycastle.cms.bc.BcRSAKeyTransEnvelopedRecipient$1.val$dataCipher:Ljava/lang/Object;
            checkcast org.bouncycastle.crypto.BufferedBlockCipher
            invokespecial org.bouncycastle.crypto.io.CipherInputStream.<init>:(Ljava/io/InputStream;Lorg/bouncycastle/crypto/BufferedBlockCipher;)V
            areturn
         2: .line 45
      StackMap locals:
      StackMap stack:
            new org.bouncycastle.crypto.io.CipherInputStream
            dup
            aload 1 /* dataIn */
            aload 0 /* this */
            getfield org.bouncycastle.cms.bc.BcRSAKeyTransEnvelopedRecipient$1.val$dataCipher:Ljava/lang/Object;
            checkcast org.bouncycastle.crypto.StreamCipher
            invokespecial org.bouncycastle.crypto.io.CipherInputStream.<init>:(Ljava/io/InputStream;Lorg/bouncycastle/crypto/StreamCipher;)V
            areturn
        end local 1 // java.io.InputStream dataIn
        end local 0 // org.bouncycastle.cms.bc.BcRSAKeyTransEnvelopedRecipient$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/bouncycastle/cms/bc/BcRSAKeyTransEnvelopedRecipient$1;
            0    3     1  dataIn  Ljava/io/InputStream;
    MethodParameters:
        Name  Flags
      dataIn  
}
SourceFile: "BcRSAKeyTransEnvelopedRecipient.java"
EnclosingMethod: org.bouncycastle.cms.bc.BcRSAKeyTransEnvelopedRecipient.getRecipientOperator:(Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;[B)Lorg/bouncycastle/cms/RecipientOperator;
NestHost: org.bouncycastle.cms.bc.BcRSAKeyTransEnvelopedRecipient
InnerClasses:
  org.bouncycastle.cms.bc.BcRSAKeyTransEnvelopedRecipient$1