public class org.bouncycastle.asn1.cms.RecipientKeyIdentifier extends org.bouncycastle.asn1.ASN1Object
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.asn1.cms.RecipientKeyIdentifier
  super_class: org.bouncycastle.asn1.ASN1Object
{
  private org.bouncycastle.asn1.ASN1OctetString subjectKeyIdentifier;
    descriptor: Lorg/bouncycastle/asn1/ASN1OctetString;
    flags: (0x0002) ACC_PRIVATE

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

  private org.bouncycastle.asn1.cms.OtherKeyAttribute other;
    descriptor: Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.bouncycastle.asn1.ASN1OctetString, org.bouncycastle.asn1.ASN1GeneralizedTime, org.bouncycastle.asn1.cms.OtherKeyAttribute);
    descriptor: (Lorg/bouncycastle/asn1/ASN1OctetString;Lorg/bouncycastle/asn1/ASN1GeneralizedTime;Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.bouncycastle.asn1.cms.RecipientKeyIdentifier this
        start local 1 // org.bouncycastle.asn1.ASN1OctetString subjectKeyIdentifier
        start local 2 // org.bouncycastle.asn1.ASN1GeneralizedTime date
        start local 3 // org.bouncycastle.asn1.cms.OtherKeyAttribute other
         0: .line 34
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            aload 1 /* subjectKeyIdentifier */
            putfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.subjectKeyIdentifier:Lorg/bouncycastle/asn1/ASN1OctetString;
         2: .line 40
            aload 0 /* this */
            aload 2 /* date */
            putfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.date:Lorg/bouncycastle/asn1/ASN1GeneralizedTime;
         3: .line 41
            aload 0 /* this */
            aload 3 /* other */
            putfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.other:Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;
         4: .line 42
            return
        end local 3 // org.bouncycastle.asn1.cms.OtherKeyAttribute other
        end local 2 // org.bouncycastle.asn1.ASN1GeneralizedTime date
        end local 1 // org.bouncycastle.asn1.ASN1OctetString subjectKeyIdentifier
        end local 0 // org.bouncycastle.asn1.cms.RecipientKeyIdentifier this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    5     0                  this  Lorg/bouncycastle/asn1/cms/RecipientKeyIdentifier;
            0    5     1  subjectKeyIdentifier  Lorg/bouncycastle/asn1/ASN1OctetString;
            0    5     2                  date  Lorg/bouncycastle/asn1/ASN1GeneralizedTime;
            0    5     3                 other  Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;
    MethodParameters:
                      Name  Flags
      subjectKeyIdentifier  
      date                  
      other                 

  public void <init>(byte[], org.bouncycastle.asn1.ASN1GeneralizedTime, org.bouncycastle.asn1.cms.OtherKeyAttribute);
    descriptor: ([BLorg/bouncycastle/asn1/ASN1GeneralizedTime;Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.bouncycastle.asn1.cms.RecipientKeyIdentifier this
        start local 1 // byte[] subjectKeyIdentifier
        start local 2 // org.bouncycastle.asn1.ASN1GeneralizedTime date
        start local 3 // org.bouncycastle.asn1.cms.OtherKeyAttribute other
         0: .line 44
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 49
            aload 0 /* this */
            new org.bouncycastle.asn1.DEROctetString
            dup
            aload 1 /* subjectKeyIdentifier */
            invokespecial org.bouncycastle.asn1.DEROctetString.<init>:([B)V
            putfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.subjectKeyIdentifier:Lorg/bouncycastle/asn1/ASN1OctetString;
         2: .line 50
            aload 0 /* this */
            aload 2 /* date */
            putfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.date:Lorg/bouncycastle/asn1/ASN1GeneralizedTime;
         3: .line 51
            aload 0 /* this */
            aload 3 /* other */
            putfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.other:Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;
         4: .line 52
            return
        end local 3 // org.bouncycastle.asn1.cms.OtherKeyAttribute other
        end local 2 // org.bouncycastle.asn1.ASN1GeneralizedTime date
        end local 1 // byte[] subjectKeyIdentifier
        end local 0 // org.bouncycastle.asn1.cms.RecipientKeyIdentifier this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    5     0                  this  Lorg/bouncycastle/asn1/cms/RecipientKeyIdentifier;
            0    5     1  subjectKeyIdentifier  [B
            0    5     2                  date  Lorg/bouncycastle/asn1/ASN1GeneralizedTime;
            0    5     3                 other  Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;
    MethodParameters:
                      Name  Flags
      subjectKeyIdentifier  
      date                  
      other                 

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.cms.RecipientKeyIdentifier this
        start local 1 // byte[] subjectKeyIdentifier
         0: .line 57
            aload 0 /* this */
            aload 1 /* subjectKeyIdentifier */
            aconst_null
            aconst_null
            invokespecial org.bouncycastle.asn1.cms.RecipientKeyIdentifier.<init>:([BLorg/bouncycastle/asn1/ASN1GeneralizedTime;Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;)V
         1: .line 58
            return
        end local 1 // byte[] subjectKeyIdentifier
        end local 0 // org.bouncycastle.asn1.cms.RecipientKeyIdentifier this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lorg/bouncycastle/asn1/cms/RecipientKeyIdentifier;
            0    2     1  subjectKeyIdentifier  [B
    MethodParameters:
                      Name  Flags
      subjectKeyIdentifier  

  public void <init>(org.bouncycastle.asn1.ASN1Sequence);
    descriptor: (Lorg/bouncycastle/asn1/ASN1Sequence;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.cms.RecipientKeyIdentifier this
        start local 1 // org.bouncycastle.asn1.ASN1Sequence seq
         0: .line 63
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 66
            aload 0 /* this */
         2: .line 67
            aload 1 /* seq */
            iconst_0
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
         3: .line 66
            invokestatic org.bouncycastle.asn1.ASN1OctetString.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1OctetString;
            putfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.subjectKeyIdentifier:Lorg/bouncycastle/asn1/ASN1OctetString;
         4: .line 69
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            tableswitch { // 1 - 3
                    1: 5
                    2: 6
                    3: 11
              default: 14
          }
         5: .line 72
      StackMap locals: org.bouncycastle.asn1.cms.RecipientKeyIdentifier org.bouncycastle.asn1.ASN1Sequence
      StackMap stack:
            goto 15
         6: .line 74
      StackMap locals:
      StackMap stack:
            aload 1 /* seq */
            iconst_1
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            instanceof org.bouncycastle.asn1.ASN1GeneralizedTime
            ifeq 9
         7: .line 76
            aload 0 /* this */
            aload 1 /* seq */
            iconst_1
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            invokestatic org.bouncycastle.asn1.ASN1GeneralizedTime.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1GeneralizedTime;
            putfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.date:Lorg/bouncycastle/asn1/ASN1GeneralizedTime;
         8: .line 77
            goto 15
         9: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* seq */
            iconst_2
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            invokestatic org.bouncycastle.asn1.cms.OtherKeyAttribute.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;
            putfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.other:Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;
        10: .line 82
            goto 15
        11: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* seq */
            iconst_1
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            invokestatic org.bouncycastle.asn1.ASN1GeneralizedTime.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1GeneralizedTime;
            putfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.date:Lorg/bouncycastle/asn1/ASN1GeneralizedTime;
        12: .line 85
            aload 0 /* this */
            aload 1 /* seq */
            iconst_2
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            invokestatic org.bouncycastle.asn1.cms.OtherKeyAttribute.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;
            putfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.other:Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;
        13: .line 86
            goto 15
        14: .line 88
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid RecipientKeyIdentifier"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        15: .line 90
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.bouncycastle.asn1.ASN1Sequence seq
        end local 0 // org.bouncycastle.asn1.cms.RecipientKeyIdentifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lorg/bouncycastle/asn1/cms/RecipientKeyIdentifier;
            0   16     1   seq  Lorg/bouncycastle/asn1/ASN1Sequence;
    MethodParameters:
      Name  Flags
      seq   

  public static org.bouncycastle.asn1.cms.RecipientKeyIdentifier getInstance(org.bouncycastle.asn1.ASN1TaggedObject, boolean);
    descriptor: (Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/cms/RecipientKeyIdentifier;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.ASN1TaggedObject ato
        start local 1 // boolean isExplicit
         0: .line 103
            aload 0 /* ato */
            iload 1 /* isExplicit */
            invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/ASN1Sequence;
            invokestatic org.bouncycastle.asn1.cms.RecipientKeyIdentifier.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/cms/RecipientKeyIdentifier;
            areturn
        end local 1 // boolean isExplicit
        end local 0 // org.bouncycastle.asn1.ASN1TaggedObject ato
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0         ato  Lorg/bouncycastle/asn1/ASN1TaggedObject;
            0    1     1  isExplicit  Z
    MethodParameters:
            Name  Flags
      ato         
      isExplicit  

  public static org.bouncycastle.asn1.cms.RecipientKeyIdentifier getInstance(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/bouncycastle/asn1/cms/RecipientKeyIdentifier;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 121
            aload 0 /* obj */
            instanceof org.bouncycastle.asn1.cms.RecipientKeyIdentifier
            ifeq 2
         1: .line 123
            aload 0 /* obj */
            checkcast org.bouncycastle.asn1.cms.RecipientKeyIdentifier
            areturn
         2: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            ifnull 4
         3: .line 128
            new org.bouncycastle.asn1.cms.RecipientKeyIdentifier
            dup
            aload 0 /* obj */
            invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1Sequence;
            invokespecial org.bouncycastle.asn1.cms.RecipientKeyIdentifier.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
            areturn
         4: .line 131
      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   

  public org.bouncycastle.asn1.ASN1OctetString getSubjectKeyIdentifier();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1OctetString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.cms.RecipientKeyIdentifier this
         0: .line 136
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.subjectKeyIdentifier:Lorg/bouncycastle/asn1/ASN1OctetString;
            areturn
        end local 0 // org.bouncycastle.asn1.cms.RecipientKeyIdentifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/cms/RecipientKeyIdentifier;

  public org.bouncycastle.asn1.ASN1GeneralizedTime getDate();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1GeneralizedTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.cms.RecipientKeyIdentifier this
         0: .line 141
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.date:Lorg/bouncycastle/asn1/ASN1GeneralizedTime;
            areturn
        end local 0 // org.bouncycastle.asn1.cms.RecipientKeyIdentifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/cms/RecipientKeyIdentifier;

  public org.bouncycastle.asn1.cms.OtherKeyAttribute getOtherKeyAttribute();
    descriptor: ()Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.cms.RecipientKeyIdentifier this
         0: .line 146
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.other:Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;
            areturn
        end local 0 // org.bouncycastle.asn1.cms.RecipientKeyIdentifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/cms/RecipientKeyIdentifier;

  public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1Primitive;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.bouncycastle.asn1.cms.RecipientKeyIdentifier this
         0: .line 155
            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 157
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.subjectKeyIdentifier:Lorg/bouncycastle/asn1/ASN1OctetString;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         2: .line 159
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.date:Lorg/bouncycastle/asn1/ASN1GeneralizedTime;
            ifnull 4
         3: .line 161
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.date:Lorg/bouncycastle/asn1/ASN1GeneralizedTime;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         4: .line 164
      StackMap locals: org.bouncycastle.asn1.ASN1EncodableVector
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.other:Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;
            ifnull 6
         5: .line 166
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.other:Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         6: .line 169
      StackMap locals:
      StackMap stack:
            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.cms.RecipientKeyIdentifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/bouncycastle/asn1/cms/RecipientKeyIdentifier;
            1    7     1     v  Lorg/bouncycastle/asn1/ASN1EncodableVector;
}
SourceFile: "RecipientKeyIdentifier.java"