public class org.bouncycastle.asn1.pkcs.ContentInfo extends org.bouncycastle.asn1.ASN1Object implements org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.asn1.pkcs.ContentInfo
  super_class: org.bouncycastle.asn1.ASN1Object
{
  private org.bouncycastle.asn1.ASN1ObjectIdentifier contentType;
    descriptor: Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
    flags: (0x0002) ACC_PRIVATE

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

  private boolean isBer;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public static org.bouncycastle.asn1.pkcs.ContentInfo getInstance(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/bouncycastle/asn1/pkcs/ContentInfo;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 27
            aload 0 /* obj */
            instanceof org.bouncycastle.asn1.pkcs.ContentInfo
            ifeq 2
         1: .line 29
            aload 0 /* obj */
            checkcast org.bouncycastle.asn1.pkcs.ContentInfo
            areturn
         2: .line 32
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            ifnull 4
         3: .line 34
            new org.bouncycastle.asn1.pkcs.ContentInfo
            dup
            aload 0 /* obj */
            invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1Sequence;
            invokespecial org.bouncycastle.asn1.pkcs.ContentInfo.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
            areturn
         4: .line 37
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  private void <init>(org.bouncycastle.asn1.ASN1Sequence);
    descriptor: (Lorg/bouncycastle/asn1/ASN1Sequence;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.bouncycastle.asn1.pkcs.ContentInfo this
        start local 1 // org.bouncycastle.asn1.ASN1Sequence seq
         0: .line 40
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 22
            aload 0 /* this */
            iconst_1
            putfield org.bouncycastle.asn1.pkcs.ContentInfo.isBer:Z
         2: .line 43
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjects:()Ljava/util/Enumeration;
            astore 2 /* e */
        start local 2 // java.util.Enumeration e
         3: .line 45
            aload 0 /* this */
            aload 2 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast org.bouncycastle.asn1.ASN1ObjectIdentifier
            putfield org.bouncycastle.asn1.pkcs.ContentInfo.contentType:Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
         4: .line 47
            aload 2 /* e */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifeq 6
         5: .line 49
            aload 0 /* this */
            aload 2 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast org.bouncycastle.asn1.ASN1TaggedObject
            invokevirtual org.bouncycastle.asn1.ASN1TaggedObject.getObject:()Lorg/bouncycastle/asn1/ASN1Primitive;
            putfield org.bouncycastle.asn1.pkcs.ContentInfo.content:Lorg/bouncycastle/asn1/ASN1Encodable;
         6: .line 52
      StackMap locals: org.bouncycastle.asn1.pkcs.ContentInfo org.bouncycastle.asn1.ASN1Sequence java.util.Enumeration
      StackMap stack:
            aload 0 /* this */
            aload 1 /* seq */
            instanceof org.bouncycastle.asn1.BERSequence
            putfield org.bouncycastle.asn1.pkcs.ContentInfo.isBer:Z
         7: .line 53
            return
        end local 2 // java.util.Enumeration e
        end local 1 // org.bouncycastle.asn1.ASN1Sequence seq
        end local 0 // org.bouncycastle.asn1.pkcs.ContentInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/bouncycastle/asn1/pkcs/ContentInfo;
            0    8     1   seq  Lorg/bouncycastle/asn1/ASN1Sequence;
            3    8     2     e  Ljava/util/Enumeration;
    MethodParameters:
      Name  Flags
      seq   

  public void <init>(org.bouncycastle.asn1.ASN1ObjectIdentifier, org.bouncycastle.asn1.ASN1Encodable);
    descriptor: (Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;Lorg/bouncycastle/asn1/ASN1Encodable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.bouncycastle.asn1.pkcs.ContentInfo this
        start local 1 // org.bouncycastle.asn1.ASN1ObjectIdentifier contentType
        start local 2 // org.bouncycastle.asn1.ASN1Encodable content
         0: .line 55
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 22
            aload 0 /* this */
            iconst_1
            putfield org.bouncycastle.asn1.pkcs.ContentInfo.isBer:Z
         2: .line 59
            aload 0 /* this */
            aload 1 /* contentType */
            putfield org.bouncycastle.asn1.pkcs.ContentInfo.contentType:Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
         3: .line 60
            aload 0 /* this */
            aload 2 /* content */
            putfield org.bouncycastle.asn1.pkcs.ContentInfo.content:Lorg/bouncycastle/asn1/ASN1Encodable;
         4: .line 61
            return
        end local 2 // org.bouncycastle.asn1.ASN1Encodable content
        end local 1 // org.bouncycastle.asn1.ASN1ObjectIdentifier contentType
        end local 0 // org.bouncycastle.asn1.pkcs.ContentInfo this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/bouncycastle/asn1/pkcs/ContentInfo;
            0    5     1  contentType  Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
            0    5     2      content  Lorg/bouncycastle/asn1/ASN1Encodable;
    MethodParameters:
             Name  Flags
      contentType  
      content      

  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.pkcs.ContentInfo this
         0: .line 65
            aload 0 /* this */
            getfield org.bouncycastle.asn1.pkcs.ContentInfo.contentType:Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
            areturn
        end local 0 // org.bouncycastle.asn1.pkcs.ContentInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/pkcs/ContentInfo;

  public org.bouncycastle.asn1.ASN1Encodable getContent();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1Encodable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.pkcs.ContentInfo this
         0: .line 70
            aload 0 /* this */
            getfield org.bouncycastle.asn1.pkcs.ContentInfo.content:Lorg/bouncycastle/asn1/ASN1Encodable;
            areturn
        end local 0 // org.bouncycastle.asn1.pkcs.ContentInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/pkcs/ContentInfo;

  public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1Primitive;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // org.bouncycastle.asn1.pkcs.ContentInfo this
         0: .line 84
            new org.bouncycastle.asn1.ASN1EncodableVector
            dup
            invokespecial org.bouncycastle.asn1.ASN1EncodableVector.<init>:()V
            astore 1 /* v */
        start local 1 // org.bouncycastle.asn1.ASN1EncodableVector v
         1: .line 86
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.pkcs.ContentInfo.contentType:Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         2: .line 88
            aload 0 /* this */
            getfield org.bouncycastle.asn1.pkcs.ContentInfo.content:Lorg/bouncycastle/asn1/ASN1Encodable;
            ifnull 4
         3: .line 90
            aload 1 /* v */
            new org.bouncycastle.asn1.BERTaggedObject
            dup
            iconst_1
            iconst_0
            aload 0 /* this */
            getfield org.bouncycastle.asn1.pkcs.ContentInfo.content:Lorg/bouncycastle/asn1/ASN1Encodable;
            invokespecial org.bouncycastle.asn1.BERTaggedObject.<init>:(ZILorg/bouncycastle/asn1/ASN1Encodable;)V
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         4: .line 93
      StackMap locals: org.bouncycastle.asn1.ASN1EncodableVector
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.pkcs.ContentInfo.isBer:Z
            ifeq 6
         5: .line 95
            new org.bouncycastle.asn1.BERSequence
            dup
            aload 1 /* v */
            invokespecial org.bouncycastle.asn1.BERSequence.<init>:(Lorg/bouncycastle/asn1/ASN1EncodableVector;)V
            areturn
         6: .line 99
      StackMap locals:
      StackMap stack:
            new org.bouncycastle.asn1.DLSequence
            dup
            aload 1 /* v */
            invokespecial org.bouncycastle.asn1.DLSequence.<init>:(Lorg/bouncycastle/asn1/ASN1EncodableVector;)V
            areturn
        end local 1 // org.bouncycastle.asn1.ASN1EncodableVector v
        end local 0 // org.bouncycastle.asn1.pkcs.ContentInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/bouncycastle/asn1/pkcs/ContentInfo;
            1    7     1     v  Lorg/bouncycastle/asn1/ASN1EncodableVector;
}
SourceFile: "ContentInfo.java"