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

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

  private void <init>(org.bouncycastle.asn1.ASN1Sequence);
    descriptor: (Lorg/bouncycastle/asn1/ASN1Sequence;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.bouncycastle.asn1.pkcs.AuthenticatedSafe this
        start local 1 // org.bouncycastle.asn1.ASN1Sequence seq
         0: .line 16
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 14
            aload 0 /* this */
            iconst_1
            putfield org.bouncycastle.asn1.pkcs.AuthenticatedSafe.isBer:Z
         2: .line 19
            aload 0 /* this */
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            anewarray org.bouncycastle.asn1.pkcs.ContentInfo
            putfield org.bouncycastle.asn1.pkcs.AuthenticatedSafe.info:[Lorg/bouncycastle/asn1/pkcs/ContentInfo;
         3: .line 21
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 7
         5: .line 23
      StackMap locals: org.bouncycastle.asn1.pkcs.AuthenticatedSafe org.bouncycastle.asn1.ASN1Sequence int
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.pkcs.AuthenticatedSafe.info:[Lorg/bouncycastle/asn1/pkcs/ContentInfo;
            iload 2 /* i */
            aload 1 /* seq */
            iload 2 /* i */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            invokestatic org.bouncycastle.asn1.pkcs.ContentInfo.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/pkcs/ContentInfo;
            aastore
         6: .line 21
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.pkcs.AuthenticatedSafe.info:[Lorg/bouncycastle/asn1/pkcs/ContentInfo;
            arraylength
            if_icmpne 5
        end local 2 // int i
         8: .line 26
            aload 0 /* this */
            aload 1 /* seq */
            instanceof org.bouncycastle.asn1.BERSequence
            putfield org.bouncycastle.asn1.pkcs.AuthenticatedSafe.isBer:Z
         9: .line 27
            return
        end local 1 // org.bouncycastle.asn1.ASN1Sequence seq
        end local 0 // org.bouncycastle.asn1.pkcs.AuthenticatedSafe this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/bouncycastle/asn1/pkcs/AuthenticatedSafe;
            0   10     1   seq  Lorg/bouncycastle/asn1/ASN1Sequence;
            4    8     2     i  I
    MethodParameters:
      Name  Flags
      seq   

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

  public void <init>(org.bouncycastle.asn1.pkcs.ContentInfo[]);
    descriptor: ([Lorg/bouncycastle/asn1/pkcs/ContentInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.pkcs.AuthenticatedSafe this
        start local 1 // org.bouncycastle.asn1.pkcs.ContentInfo[] info
         0: .line 45
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 14
            aload 0 /* this */
            iconst_1
            putfield org.bouncycastle.asn1.pkcs.AuthenticatedSafe.isBer:Z
         2: .line 48
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* info */
            invokevirtual org.bouncycastle.asn1.pkcs.AuthenticatedSafe.copy:([Lorg/bouncycastle/asn1/pkcs/ContentInfo;)[Lorg/bouncycastle/asn1/pkcs/ContentInfo;
            putfield org.bouncycastle.asn1.pkcs.AuthenticatedSafe.info:[Lorg/bouncycastle/asn1/pkcs/ContentInfo;
         3: .line 49
            return
        end local 1 // org.bouncycastle.asn1.pkcs.ContentInfo[] info
        end local 0 // org.bouncycastle.asn1.pkcs.AuthenticatedSafe this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/bouncycastle/asn1/pkcs/AuthenticatedSafe;
            0    4     1  info  [Lorg/bouncycastle/asn1/pkcs/ContentInfo;
    MethodParameters:
      Name  Flags
      info  

  public org.bouncycastle.asn1.pkcs.ContentInfo[] getContentInfo();
    descriptor: ()[Lorg/bouncycastle/asn1/pkcs/ContentInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.pkcs.AuthenticatedSafe this
         0: .line 53
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.pkcs.AuthenticatedSafe.info:[Lorg/bouncycastle/asn1/pkcs/ContentInfo;
            invokevirtual org.bouncycastle.asn1.pkcs.AuthenticatedSafe.copy:([Lorg/bouncycastle/asn1/pkcs/ContentInfo;)[Lorg/bouncycastle/asn1/pkcs/ContentInfo;
            areturn
        end local 0 // org.bouncycastle.asn1.pkcs.AuthenticatedSafe this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/pkcs/AuthenticatedSafe;

  private org.bouncycastle.asn1.pkcs.ContentInfo[] copy(org.bouncycastle.asn1.pkcs.ContentInfo[]);
    descriptor: ([Lorg/bouncycastle/asn1/pkcs/ContentInfo;)[Lorg/bouncycastle/asn1/pkcs/ContentInfo;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.bouncycastle.asn1.pkcs.AuthenticatedSafe this
        start local 1 // org.bouncycastle.asn1.pkcs.ContentInfo[] infos
         0: .line 58
            aload 1 /* infos */
            arraylength
            anewarray org.bouncycastle.asn1.pkcs.ContentInfo
            astore 2 /* tmp */
        start local 2 // org.bouncycastle.asn1.pkcs.ContentInfo[] tmp
         1: .line 60
            aload 1 /* infos */
            iconst_0
            aload 2 /* tmp */
            iconst_0
            aload 2 /* tmp */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 62
            aload 2 /* tmp */
            areturn
        end local 2 // org.bouncycastle.asn1.pkcs.ContentInfo[] tmp
        end local 1 // org.bouncycastle.asn1.pkcs.ContentInfo[] infos
        end local 0 // org.bouncycastle.asn1.pkcs.AuthenticatedSafe this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/bouncycastle/asn1/pkcs/AuthenticatedSafe;
            0    3     1  infos  [Lorg/bouncycastle/asn1/pkcs/ContentInfo;
            1    3     2    tmp  [Lorg/bouncycastle/asn1/pkcs/ContentInfo;
    MethodParameters:
       Name  Flags
      infos  

  public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1Primitive;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.bouncycastle.asn1.pkcs.AuthenticatedSafe this
         0: .line 67
            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 69
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 71
      StackMap locals: org.bouncycastle.asn1.ASN1EncodableVector int
      StackMap stack:
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.pkcs.AuthenticatedSafe.info:[Lorg/bouncycastle/asn1/pkcs/ContentInfo;
            iload 2 /* i */
            aaload
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         4: .line 69
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.pkcs.AuthenticatedSafe.info:[Lorg/bouncycastle/asn1/pkcs/ContentInfo;
            arraylength
            if_icmpne 3
        end local 2 // int i
         6: .line 74
            aload 0 /* this */
            getfield org.bouncycastle.asn1.pkcs.AuthenticatedSafe.isBer:Z
            ifeq 8
         7: .line 76
            new org.bouncycastle.asn1.BERSequence
            dup
            aload 1 /* v */
            invokespecial org.bouncycastle.asn1.BERSequence.<init>:(Lorg/bouncycastle/asn1/ASN1EncodableVector;)V
            areturn
         8: .line 80
      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.AuthenticatedSafe this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/bouncycastle/asn1/pkcs/AuthenticatedSafe;
            1    9     1     v  Lorg/bouncycastle/asn1/ASN1EncodableVector;
            2    6     2     i  I
}
SourceFile: "AuthenticatedSafe.java"