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.DERObjectIdentifier _contentType;
    descriptor: Lorg/bouncycastle/asn1/DERObjectIdentifier;
    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 26
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 30
            aload 0 /* this */
            aload 1 /* seq */
            invokeinterface org.bouncycastle.asn1.ASN1SequenceParser.readObject:()Lorg/bouncycastle/asn1/DEREncodable;
            checkcast org.bouncycastle.asn1.DERObjectIdentifier
            putfield org.bouncycastle.asn1.cms.EncryptedContentInfoParser._contentType:Lorg/bouncycastle/asn1/DERObjectIdentifier;
         2: .line 31
            aload 0 /* this */
            aload 1 /* seq */
            invokeinterface org.bouncycastle.asn1.ASN1SequenceParser.readObject:()Lorg/bouncycastle/asn1/DEREncodable;
            invokeinterface org.bouncycastle.asn1.DEREncodable.getDERObject:()Lorg/bouncycastle/asn1/DERObject;
            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 32
            aload 0 /* this */
            aload 1 /* seq */
            invokeinterface org.bouncycastle.asn1.ASN1SequenceParser.readObject:()Lorg/bouncycastle/asn1/DEREncodable;
            checkcast org.bouncycastle.asn1.ASN1TaggedObjectParser
            putfield org.bouncycastle.asn1.cms.EncryptedContentInfoParser._encryptedContent:Lorg/bouncycastle/asn1/ASN1TaggedObjectParser;
         4: .line 33
            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.DERObjectIdentifier getContentType();
    descriptor: ()Lorg/bouncycastle/asn1/DERObjectIdentifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.cms.EncryptedContentInfoParser this
         0: .line 37
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.EncryptedContentInfoParser._contentType:Lorg/bouncycastle/asn1/DERObjectIdentifier;
            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 42
            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.DEREncodable getEncryptedContent(int);
    descriptor: (I)Lorg/bouncycastle/asn1/DEREncodable;
    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 49
            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/DEREncodable;
            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"