public class org.bouncycastle.asn1.cms.EncryptedContentInfoParser
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.asn1.cms.EncryptedContentInfoParser
  super_class: java.lang.Object
{
  private org.bouncycastle.asn1.ASN1ObjectIdentifier _contentType;
    descriptor: Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
    flags: (0x0002) ACC_PRIVATE

  private org.bouncycastle.asn1.x509.AlgorithmIdentifier _contentEncryptionAlgorithm;
    descriptor: Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(org.bouncycastle.asn1.ASN1SequenceParser);
    descriptor: (Lorg/bouncycastle/asn1/ASN1SequenceParser;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.cms.EncryptedContentInfoParser this
        start local 1 // org.bouncycastle.asn1.ASN1SequenceParser seq
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 32
            aload 0 /* this */
            aload 1 /* seq */
            invokeinterface org.bouncycastle.asn1.ASN1SequenceParser.readObject:()Lorg/bouncycastle/asn1/ASN1Encodable;
            checkcast org.bouncycastle.asn1.ASN1ObjectIdentifier
            putfield org.bouncycastle.asn1.cms.EncryptedContentInfoParser._contentType:Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
         2: .line 33
            aload 0 /* this */
            aload 1 /* seq */
            invokeinterface org.bouncycastle.asn1.ASN1SequenceParser.readObject:()Lorg/bouncycastle/asn1/ASN1Encodable;
            invokeinterface org.bouncycastle.asn1.ASN1Encodable.toASN1Primitive:()Lorg/bouncycastle/asn1/ASN1Primitive;
            invokestatic org.bouncycastle.asn1.x509.AlgorithmIdentifier.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            putfield org.bouncycastle.asn1.cms.EncryptedContentInfoParser._contentEncryptionAlgorithm:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
         3: .line 34
            aload 0 /* this */
            aload 1 /* seq */
            invokeinterface org.bouncycastle.asn1.ASN1SequenceParser.readObject:()Lorg/bouncycastle/asn1/ASN1Encodable;
            checkcast org.bouncycastle.asn1.ASN1TaggedObjectParser
            putfield org.bouncycastle.asn1.cms.EncryptedContentInfoParser._encryptedContent:Lorg/bouncycastle/asn1/ASN1TaggedObjectParser;
         4: .line 35
            return
        end local 1 // org.bouncycastle.asn1.ASN1SequenceParser seq
        end local 0 // org.bouncycastle.asn1.cms.EncryptedContentInfoParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/bouncycastle/asn1/cms/EncryptedContentInfoParser;
            0    5     1   seq  Lorg/bouncycastle/asn1/ASN1SequenceParser;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      seq   

  public org.bouncycastle.asn1.ASN1ObjectIdentifier getContentType();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.cms.EncryptedContentInfoParser this
         0: .line 39
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.EncryptedContentInfoParser._contentType:Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
            areturn
        end local 0 // org.bouncycastle.asn1.cms.EncryptedContentInfoParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/cms/EncryptedContentInfoParser;

  public org.bouncycastle.asn1.x509.AlgorithmIdentifier getContentEncryptionAlgorithm();
    descriptor: ()Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.cms.EncryptedContentInfoParser this
         0: .line 44
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.EncryptedContentInfoParser._contentEncryptionAlgorithm:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            areturn
        end local 0 // org.bouncycastle.asn1.cms.EncryptedContentInfoParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/cms/EncryptedContentInfoParser;

  public org.bouncycastle.asn1.ASN1Encodable getEncryptedContent(int);
    descriptor: (I)Lorg/bouncycastle/asn1/ASN1Encodable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.cms.EncryptedContentInfoParser this
        start local 1 // int tag
         0: .line 51
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.EncryptedContentInfoParser._encryptedContent:Lorg/bouncycastle/asn1/ASN1TaggedObjectParser;
            iload 1 /* tag */
            iconst_0
            invokeinterface org.bouncycastle.asn1.ASN1TaggedObjectParser.getObjectParser:(IZ)Lorg/bouncycastle/asn1/ASN1Encodable;
            areturn
        end local 1 // int tag
        end local 0 // org.bouncycastle.asn1.cms.EncryptedContentInfoParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/cms/EncryptedContentInfoParser;
            0    1     1   tag  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      tag   
}
SourceFile: "EncryptedContentInfoParser.java"