public class org.bouncycastle.asn1.crmf.EncryptedValue extends org.bouncycastle.asn1.ASN1Object
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.asn1.crmf.EncryptedValue
  super_class: org.bouncycastle.asn1.ASN1Object
{
  private org.bouncycastle.asn1.x509.AlgorithmIdentifier intendedAlg;
    descriptor: Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

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

  private void <init>(org.bouncycastle.asn1.ASN1Sequence);
    descriptor: (Lorg/bouncycastle/asn1/ASN1Sequence;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.bouncycastle.asn1.crmf.EncryptedValue this
        start local 1 // org.bouncycastle.asn1.ASN1Sequence seq
         0: .line 25
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 27
            iconst_0
            istore 2 /* index */
        start local 2 // int index
         2: .line 28
            goto 17
         3: .line 30
      StackMap locals: org.bouncycastle.asn1.crmf.EncryptedValue org.bouncycastle.asn1.ASN1Sequence int
      StackMap stack:
            aload 1 /* seq */
            iload 2 /* index */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            checkcast org.bouncycastle.asn1.ASN1TaggedObject
            astore 3 /* tObj */
        start local 3 // org.bouncycastle.asn1.ASN1TaggedObject tObj
         4: .line 32
            aload 3 /* tObj */
            invokevirtual org.bouncycastle.asn1.ASN1TaggedObject.getTagNo:()I
            tableswitch { // 0 - 4
                    0: 5
                    1: 7
                    2: 9
                    3: 11
                    4: 13
              default: 15
          }
         5: .line 35
      StackMap locals: org.bouncycastle.asn1.ASN1TaggedObject
      StackMap stack:
            aload 0 /* this */
            aload 3 /* tObj */
            iconst_0
            invokestatic org.bouncycastle.asn1.x509.AlgorithmIdentifier.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            putfield org.bouncycastle.asn1.crmf.EncryptedValue.intendedAlg:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
         6: .line 36
            goto 16
         7: .line 38
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* tObj */
            iconst_0
            invokestatic org.bouncycastle.asn1.x509.AlgorithmIdentifier.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            putfield org.bouncycastle.asn1.crmf.EncryptedValue.symmAlg:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
         8: .line 39
            goto 16
         9: .line 41
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* tObj */
            iconst_0
            invokestatic org.bouncycastle.asn1.DERBitString.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/DERBitString;
            putfield org.bouncycastle.asn1.crmf.EncryptedValue.encSymmKey:Lorg/bouncycastle/asn1/DERBitString;
        10: .line 42
            goto 16
        11: .line 44
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* tObj */
            iconst_0
            invokestatic org.bouncycastle.asn1.x509.AlgorithmIdentifier.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            putfield org.bouncycastle.asn1.crmf.EncryptedValue.keyAlg:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
        12: .line 45
            goto 16
        13: .line 47
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* tObj */
            iconst_0
            invokestatic org.bouncycastle.asn1.ASN1OctetString.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/ASN1OctetString;
            putfield org.bouncycastle.asn1.crmf.EncryptedValue.valueHint:Lorg/bouncycastle/asn1/ASN1OctetString;
        14: .line 48
            goto 16
        15: .line 50
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unknown tag encountered: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* tObj */
            invokevirtual org.bouncycastle.asn1.ASN1TaggedObject.getTagNo:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        16: .line 52
      StackMap locals:
      StackMap stack:
            iinc 2 /* index */ 1
        end local 3 // org.bouncycastle.asn1.ASN1TaggedObject tObj
        17: .line 28
      StackMap locals:
      StackMap stack:
            aload 1 /* seq */
            iload 2 /* index */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            instanceof org.bouncycastle.asn1.ASN1TaggedObject
            ifne 3
        18: .line 55
            aload 0 /* this */
            aload 1 /* seq */
            iload 2 /* index */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            invokestatic org.bouncycastle.asn1.DERBitString.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/DERBitString;
            putfield org.bouncycastle.asn1.crmf.EncryptedValue.encValue:Lorg/bouncycastle/asn1/DERBitString;
        19: .line 56
            return
        end local 2 // int index
        end local 1 // org.bouncycastle.asn1.ASN1Sequence seq
        end local 0 // org.bouncycastle.asn1.crmf.EncryptedValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   20     0   this  Lorg/bouncycastle/asn1/crmf/EncryptedValue;
            0   20     1    seq  Lorg/bouncycastle/asn1/ASN1Sequence;
            2   20     2  index  I
            4   17     3   tObj  Lorg/bouncycastle/asn1/ASN1TaggedObject;
    MethodParameters:
      Name  Flags
      seq   

  public static org.bouncycastle.asn1.crmf.EncryptedValue getInstance(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/bouncycastle/asn1/crmf/EncryptedValue;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object o
         0: .line 60
            aload 0 /* o */
            instanceof org.bouncycastle.asn1.crmf.EncryptedValue
            ifeq 2
         1: .line 62
            aload 0 /* o */
            checkcast org.bouncycastle.asn1.crmf.EncryptedValue
            areturn
         2: .line 64
      StackMap locals:
      StackMap stack:
            aload 0 /* o */
            ifnull 4
         3: .line 66
            new org.bouncycastle.asn1.crmf.EncryptedValue
            dup
            aload 0 /* o */
            invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1Sequence;
            invokespecial org.bouncycastle.asn1.crmf.EncryptedValue.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
            areturn
         4: .line 69
      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.x509.AlgorithmIdentifier, org.bouncycastle.asn1.x509.AlgorithmIdentifier, org.bouncycastle.asn1.DERBitString, org.bouncycastle.asn1.x509.AlgorithmIdentifier, org.bouncycastle.asn1.ASN1OctetString, org.bouncycastle.asn1.DERBitString);
    descriptor: (Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;Lorg/bouncycastle/asn1/DERBitString;Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;Lorg/bouncycastle/asn1/ASN1OctetString;Lorg/bouncycastle/asn1/DERBitString;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // org.bouncycastle.asn1.crmf.EncryptedValue this
        start local 1 // org.bouncycastle.asn1.x509.AlgorithmIdentifier intendedAlg
        start local 2 // org.bouncycastle.asn1.x509.AlgorithmIdentifier symmAlg
        start local 3 // org.bouncycastle.asn1.DERBitString encSymmKey
        start local 4 // org.bouncycastle.asn1.x509.AlgorithmIdentifier keyAlg
        start local 5 // org.bouncycastle.asn1.ASN1OctetString valueHint
        start local 6 // org.bouncycastle.asn1.DERBitString encValue
         0: .line 72
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 80
            aload 6 /* encValue */
            ifnonnull 3
         2: .line 82
            new java.lang.IllegalArgumentException
            dup
            ldc "'encValue' cannot be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 85
      StackMap locals: org.bouncycastle.asn1.crmf.EncryptedValue org.bouncycastle.asn1.x509.AlgorithmIdentifier org.bouncycastle.asn1.x509.AlgorithmIdentifier org.bouncycastle.asn1.DERBitString org.bouncycastle.asn1.x509.AlgorithmIdentifier org.bouncycastle.asn1.ASN1OctetString org.bouncycastle.asn1.DERBitString
      StackMap stack:
            aload 0 /* this */
            aload 1 /* intendedAlg */
            putfield org.bouncycastle.asn1.crmf.EncryptedValue.intendedAlg:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
         4: .line 86
            aload 0 /* this */
            aload 2 /* symmAlg */
            putfield org.bouncycastle.asn1.crmf.EncryptedValue.symmAlg:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
         5: .line 87
            aload 0 /* this */
            aload 3 /* encSymmKey */
            putfield org.bouncycastle.asn1.crmf.EncryptedValue.encSymmKey:Lorg/bouncycastle/asn1/DERBitString;
         6: .line 88
            aload 0 /* this */
            aload 4 /* keyAlg */
            putfield org.bouncycastle.asn1.crmf.EncryptedValue.keyAlg:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
         7: .line 89
            aload 0 /* this */
            aload 5 /* valueHint */
            putfield org.bouncycastle.asn1.crmf.EncryptedValue.valueHint:Lorg/bouncycastle/asn1/ASN1OctetString;
         8: .line 90
            aload 0 /* this */
            aload 6 /* encValue */
            putfield org.bouncycastle.asn1.crmf.EncryptedValue.encValue:Lorg/bouncycastle/asn1/DERBitString;
         9: .line 91
            return
        end local 6 // org.bouncycastle.asn1.DERBitString encValue
        end local 5 // org.bouncycastle.asn1.ASN1OctetString valueHint
        end local 4 // org.bouncycastle.asn1.x509.AlgorithmIdentifier keyAlg
        end local 3 // org.bouncycastle.asn1.DERBitString encSymmKey
        end local 2 // org.bouncycastle.asn1.x509.AlgorithmIdentifier symmAlg
        end local 1 // org.bouncycastle.asn1.x509.AlgorithmIdentifier intendedAlg
        end local 0 // org.bouncycastle.asn1.crmf.EncryptedValue this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lorg/bouncycastle/asn1/crmf/EncryptedValue;
            0   10     1  intendedAlg  Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            0   10     2      symmAlg  Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            0   10     3   encSymmKey  Lorg/bouncycastle/asn1/DERBitString;
            0   10     4       keyAlg  Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            0   10     5    valueHint  Lorg/bouncycastle/asn1/ASN1OctetString;
            0   10     6     encValue  Lorg/bouncycastle/asn1/DERBitString;
    MethodParameters:
             Name  Flags
      intendedAlg  
      symmAlg      
      encSymmKey   
      keyAlg       
      valueHint    
      encValue     

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

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

  public org.bouncycastle.asn1.DERBitString getEncSymmKey();
    descriptor: ()Lorg/bouncycastle/asn1/DERBitString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.crmf.EncryptedValue this
         0: .line 105
            aload 0 /* this */
            getfield org.bouncycastle.asn1.crmf.EncryptedValue.encSymmKey:Lorg/bouncycastle/asn1/DERBitString;
            areturn
        end local 0 // org.bouncycastle.asn1.crmf.EncryptedValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/crmf/EncryptedValue;

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

  public org.bouncycastle.asn1.ASN1OctetString getValueHint();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1OctetString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.crmf.EncryptedValue this
         0: .line 115
            aload 0 /* this */
            getfield org.bouncycastle.asn1.crmf.EncryptedValue.valueHint:Lorg/bouncycastle/asn1/ASN1OctetString;
            areturn
        end local 0 // org.bouncycastle.asn1.crmf.EncryptedValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/crmf/EncryptedValue;

  public org.bouncycastle.asn1.DERBitString getEncValue();
    descriptor: ()Lorg/bouncycastle/asn1/DERBitString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.crmf.EncryptedValue this
         0: .line 120
            aload 0 /* this */
            getfield org.bouncycastle.asn1.crmf.EncryptedValue.encValue:Lorg/bouncycastle/asn1/DERBitString;
            areturn
        end local 0 // org.bouncycastle.asn1.crmf.EncryptedValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/crmf/EncryptedValue;

  public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1Primitive;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.bouncycastle.asn1.crmf.EncryptedValue this
         0: .line 146
            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 148
            aload 0 /* this */
            aload 1 /* v */
            iconst_0
            aload 0 /* this */
            getfield org.bouncycastle.asn1.crmf.EncryptedValue.intendedAlg:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            invokevirtual org.bouncycastle.asn1.crmf.EncryptedValue.addOptional:(Lorg/bouncycastle/asn1/ASN1EncodableVector;ILorg/bouncycastle/asn1/ASN1Encodable;)V
         2: .line 149
            aload 0 /* this */
            aload 1 /* v */
            iconst_1
            aload 0 /* this */
            getfield org.bouncycastle.asn1.crmf.EncryptedValue.symmAlg:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            invokevirtual org.bouncycastle.asn1.crmf.EncryptedValue.addOptional:(Lorg/bouncycastle/asn1/ASN1EncodableVector;ILorg/bouncycastle/asn1/ASN1Encodable;)V
         3: .line 150
            aload 0 /* this */
            aload 1 /* v */
            iconst_2
            aload 0 /* this */
            getfield org.bouncycastle.asn1.crmf.EncryptedValue.encSymmKey:Lorg/bouncycastle/asn1/DERBitString;
            invokevirtual org.bouncycastle.asn1.crmf.EncryptedValue.addOptional:(Lorg/bouncycastle/asn1/ASN1EncodableVector;ILorg/bouncycastle/asn1/ASN1Encodable;)V
         4: .line 151
            aload 0 /* this */
            aload 1 /* v */
            iconst_3
            aload 0 /* this */
            getfield org.bouncycastle.asn1.crmf.EncryptedValue.keyAlg:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            invokevirtual org.bouncycastle.asn1.crmf.EncryptedValue.addOptional:(Lorg/bouncycastle/asn1/ASN1EncodableVector;ILorg/bouncycastle/asn1/ASN1Encodable;)V
         5: .line 152
            aload 0 /* this */
            aload 1 /* v */
            iconst_4
            aload 0 /* this */
            getfield org.bouncycastle.asn1.crmf.EncryptedValue.valueHint:Lorg/bouncycastle/asn1/ASN1OctetString;
            invokevirtual org.bouncycastle.asn1.crmf.EncryptedValue.addOptional:(Lorg/bouncycastle/asn1/ASN1EncodableVector;ILorg/bouncycastle/asn1/ASN1Encodable;)V
         6: .line 154
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.crmf.EncryptedValue.encValue:Lorg/bouncycastle/asn1/DERBitString;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         7: .line 156
            new org.bouncycastle.asn1.DERSequence
            dup
            aload 1 /* v */
            invokespecial org.bouncycastle.asn1.DERSequence.<init>:(Lorg/bouncycastle/asn1/ASN1EncodableVector;)V
            areturn
        end local 1 // org.bouncycastle.asn1.ASN1EncodableVector v
        end local 0 // org.bouncycastle.asn1.crmf.EncryptedValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/bouncycastle/asn1/crmf/EncryptedValue;
            1    8     1     v  Lorg/bouncycastle/asn1/ASN1EncodableVector;

  private void addOptional(org.bouncycastle.asn1.ASN1EncodableVector, int, org.bouncycastle.asn1.ASN1Encodable);
    descriptor: (Lorg/bouncycastle/asn1/ASN1EncodableVector;ILorg/bouncycastle/asn1/ASN1Encodable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.bouncycastle.asn1.crmf.EncryptedValue this
        start local 1 // org.bouncycastle.asn1.ASN1EncodableVector v
        start local 2 // int tagNo
        start local 3 // org.bouncycastle.asn1.ASN1Encodable obj
         0: .line 161
            aload 3 /* obj */
            ifnull 2
         1: .line 163
            aload 1 /* v */
            new org.bouncycastle.asn1.DERTaggedObject
            dup
            iconst_0
            iload 2 /* tagNo */
            aload 3 /* obj */
            invokespecial org.bouncycastle.asn1.DERTaggedObject.<init>:(ZILorg/bouncycastle/asn1/ASN1Encodable;)V
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         2: .line 165
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.bouncycastle.asn1.ASN1Encodable obj
        end local 2 // int tagNo
        end local 1 // org.bouncycastle.asn1.ASN1EncodableVector v
        end local 0 // org.bouncycastle.asn1.crmf.EncryptedValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/bouncycastle/asn1/crmf/EncryptedValue;
            0    3     1      v  Lorg/bouncycastle/asn1/ASN1EncodableVector;
            0    3     2  tagNo  I
            0    3     3    obj  Lorg/bouncycastle/asn1/ASN1Encodable;
    MethodParameters:
       Name  Flags
      v      
      tagNo  
      obj    
}
SourceFile: "EncryptedValue.java"