public class org.bouncycastle.cms.KeyAgreeRecipientId extends org.bouncycastle.cms.RecipientId
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.cms.KeyAgreeRecipientId
  super_class: org.bouncycastle.cms.RecipientId
{
  private org.bouncycastle.cert.selector.X509CertificateHolderSelector baseSelector;
    descriptor: Lorg/bouncycastle/cert/selector/X509CertificateHolderSelector;
    flags: (0x0002) ACC_PRIVATE

  private void <init>(org.bouncycastle.cert.selector.X509CertificateHolderSelector);
    descriptor: (Lorg/bouncycastle/cert/selector/X509CertificateHolderSelector;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.cms.KeyAgreeRecipientId this
        start local 1 // org.bouncycastle.cert.selector.X509CertificateHolderSelector baseSelector
         0: .line 15
            aload 0 /* this */
            iconst_2
            invokespecial org.bouncycastle.cms.RecipientId.<init>:(I)V
         1: .line 17
            aload 0 /* this */
            aload 1 /* baseSelector */
            putfield org.bouncycastle.cms.KeyAgreeRecipientId.baseSelector:Lorg/bouncycastle/cert/selector/X509CertificateHolderSelector;
         2: .line 18
            return
        end local 1 // org.bouncycastle.cert.selector.X509CertificateHolderSelector baseSelector
        end local 0 // org.bouncycastle.cms.KeyAgreeRecipientId this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/bouncycastle/cms/KeyAgreeRecipientId;
            0    3     1  baseSelector  Lorg/bouncycastle/cert/selector/X509CertificateHolderSelector;
    MethodParameters:
              Name  Flags
      baseSelector  

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.bouncycastle.cms.KeyAgreeRecipientId this
        start local 1 // byte[] subjectKeyId
         0: .line 27
            aload 0 /* this */
            aconst_null
            aconst_null
            aload 1 /* subjectKeyId */
            invokespecial org.bouncycastle.cms.KeyAgreeRecipientId.<init>:(Lorg/bouncycastle/asn1/x500/X500Name;Ljava/math/BigInteger;[B)V
         1: .line 28
            return
        end local 1 // byte[] subjectKeyId
        end local 0 // org.bouncycastle.cms.KeyAgreeRecipientId this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/bouncycastle/cms/KeyAgreeRecipientId;
            0    2     1  subjectKeyId  [B
    MethodParameters:
              Name  Flags
      subjectKeyId  

  public void <init>(org.bouncycastle.asn1.x500.X500Name, java.math.BigInteger);
    descriptor: (Lorg/bouncycastle/asn1/x500/X500Name;Ljava/math/BigInteger;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.bouncycastle.cms.KeyAgreeRecipientId this
        start local 1 // org.bouncycastle.asn1.x500.X500Name issuer
        start local 2 // java.math.BigInteger serialNumber
         0: .line 39
            aload 0 /* this */
            aload 1 /* issuer */
            aload 2 /* serialNumber */
            aconst_null
            invokespecial org.bouncycastle.cms.KeyAgreeRecipientId.<init>:(Lorg/bouncycastle/asn1/x500/X500Name;Ljava/math/BigInteger;[B)V
         1: .line 40
            return
        end local 2 // java.math.BigInteger serialNumber
        end local 1 // org.bouncycastle.asn1.x500.X500Name issuer
        end local 0 // org.bouncycastle.cms.KeyAgreeRecipientId this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/bouncycastle/cms/KeyAgreeRecipientId;
            0    2     1        issuer  Lorg/bouncycastle/asn1/x500/X500Name;
            0    2     2  serialNumber  Ljava/math/BigInteger;
    MethodParameters:
              Name  Flags
      issuer        
      serialNumber  

  public void <init>(org.bouncycastle.asn1.x500.X500Name, java.math.BigInteger, byte[]);
    descriptor: (Lorg/bouncycastle/asn1/x500/X500Name;Ljava/math/BigInteger;[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.bouncycastle.cms.KeyAgreeRecipientId this
        start local 1 // org.bouncycastle.asn1.x500.X500Name issuer
        start local 2 // java.math.BigInteger serialNumber
        start local 3 // byte[] subjectKeyId
         0: .line 44
            aload 0 /* this */
            new org.bouncycastle.cert.selector.X509CertificateHolderSelector
            dup
            aload 1 /* issuer */
            aload 2 /* serialNumber */
            aload 3 /* subjectKeyId */
            invokespecial org.bouncycastle.cert.selector.X509CertificateHolderSelector.<init>:(Lorg/bouncycastle/asn1/x500/X500Name;Ljava/math/BigInteger;[B)V
            invokespecial org.bouncycastle.cms.KeyAgreeRecipientId.<init>:(Lorg/bouncycastle/cert/selector/X509CertificateHolderSelector;)V
         1: .line 45
            return
        end local 3 // byte[] subjectKeyId
        end local 2 // java.math.BigInteger serialNumber
        end local 1 // org.bouncycastle.asn1.x500.X500Name issuer
        end local 0 // org.bouncycastle.cms.KeyAgreeRecipientId this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/bouncycastle/cms/KeyAgreeRecipientId;
            0    2     1        issuer  Lorg/bouncycastle/asn1/x500/X500Name;
            0    2     2  serialNumber  Ljava/math/BigInteger;
            0    2     3  subjectKeyId  [B
    MethodParameters:
              Name  Flags
      issuer        
      serialNumber  
      subjectKeyId  

  public java.math.BigInteger getSerialNumber();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.cms.KeyAgreeRecipientId this
         0: .line 49
            aload 0 /* this */
            getfield org.bouncycastle.cms.KeyAgreeRecipientId.baseSelector:Lorg/bouncycastle/cert/selector/X509CertificateHolderSelector;
            invokevirtual org.bouncycastle.cert.selector.X509CertificateHolderSelector.getSerialNumber:()Ljava/math/BigInteger;
            areturn
        end local 0 // org.bouncycastle.cms.KeyAgreeRecipientId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/cms/KeyAgreeRecipientId;

  public byte[] getSubjectKeyIdentifier();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.cms.KeyAgreeRecipientId this
         0: .line 54
            aload 0 /* this */
            getfield org.bouncycastle.cms.KeyAgreeRecipientId.baseSelector:Lorg/bouncycastle/cert/selector/X509CertificateHolderSelector;
            invokevirtual org.bouncycastle.cert.selector.X509CertificateHolderSelector.getSubjectKeyIdentifier:()[B
            areturn
        end local 0 // org.bouncycastle.cms.KeyAgreeRecipientId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/cms/KeyAgreeRecipientId;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.cms.KeyAgreeRecipientId this
         0: .line 59
            aload 0 /* this */
            getfield org.bouncycastle.cms.KeyAgreeRecipientId.baseSelector:Lorg/bouncycastle/cert/selector/X509CertificateHolderSelector;
            invokevirtual org.bouncycastle.cert.selector.X509CertificateHolderSelector.hashCode:()I
            ireturn
        end local 0 // org.bouncycastle.cms.KeyAgreeRecipientId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/cms/KeyAgreeRecipientId;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.bouncycastle.cms.KeyAgreeRecipientId this
        start local 1 // java.lang.Object o
         0: .line 65
            aload 1 /* o */
            instanceof org.bouncycastle.cms.KeyAgreeRecipientId
            ifne 2
         1: .line 67
            iconst_0
            ireturn
         2: .line 70
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.bouncycastle.cms.KeyAgreeRecipientId
            astore 2 /* id */
        start local 2 // org.bouncycastle.cms.KeyAgreeRecipientId id
         3: .line 72
            aload 0 /* this */
            getfield org.bouncycastle.cms.KeyAgreeRecipientId.baseSelector:Lorg/bouncycastle/cert/selector/X509CertificateHolderSelector;
            aload 2 /* id */
            getfield org.bouncycastle.cms.KeyAgreeRecipientId.baseSelector:Lorg/bouncycastle/cert/selector/X509CertificateHolderSelector;
            invokevirtual org.bouncycastle.cert.selector.X509CertificateHolderSelector.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // org.bouncycastle.cms.KeyAgreeRecipientId id
        end local 1 // java.lang.Object o
        end local 0 // org.bouncycastle.cms.KeyAgreeRecipientId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/bouncycastle/cms/KeyAgreeRecipientId;
            0    4     1     o  Ljava/lang/Object;
            3    4     2    id  Lorg/bouncycastle/cms/KeyAgreeRecipientId;
    MethodParameters:
      Name  Flags
      o     

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.bouncycastle.cms.KeyAgreeRecipientId this
         0: .line 77
            new org.bouncycastle.cms.KeyAgreeRecipientId
            dup
            aload 0 /* this */
            getfield org.bouncycastle.cms.KeyAgreeRecipientId.baseSelector:Lorg/bouncycastle/cert/selector/X509CertificateHolderSelector;
            invokespecial org.bouncycastle.cms.KeyAgreeRecipientId.<init>:(Lorg/bouncycastle/cert/selector/X509CertificateHolderSelector;)V
            areturn
        end local 0 // org.bouncycastle.cms.KeyAgreeRecipientId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/cms/KeyAgreeRecipientId;

  public boolean match(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.cms.KeyAgreeRecipientId this
        start local 1 // java.lang.Object obj
         0: .line 82
            aload 1 /* obj */
            instanceof org.bouncycastle.cms.KeyAgreeRecipientInformation
            ifeq 2
         1: .line 84
            aload 1 /* obj */
            checkcast org.bouncycastle.cms.KeyAgreeRecipientInformation
            invokevirtual org.bouncycastle.cms.KeyAgreeRecipientInformation.getRID:()Lorg/bouncycastle/cms/RecipientId;
            aload 0 /* this */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
         2: .line 87
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.cms.KeyAgreeRecipientId.baseSelector:Lorg/bouncycastle/cert/selector/X509CertificateHolderSelector;
            aload 1 /* obj */
            invokevirtual org.bouncycastle.cert.selector.X509CertificateHolderSelector.match:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // org.bouncycastle.cms.KeyAgreeRecipientId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/cms/KeyAgreeRecipientId;
            0    3     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "KeyAgreeRecipientId.java"