public class org.bouncycastle.pkix.PKIXIdentity
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.pkix.PKIXIdentity
  super_class: java.lang.Object
{
  private final org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKeyInfo;
    descriptor: Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.bouncycastle.cert.X509CertificateHolder[] certificateHolders;
    descriptor: [Lorg/bouncycastle/cert/X509CertificateHolder;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.bouncycastle.asn1.pkcs.PrivateKeyInfo, org.bouncycastle.cert.X509CertificateHolder[]);
    descriptor: (Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;[Lorg/bouncycastle/cert/X509CertificateHolder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.bouncycastle.pkix.PKIXIdentity this
        start local 1 // org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKeyInfo
        start local 2 // org.bouncycastle.cert.X509CertificateHolder[] certificateHolders
         0: .line 17
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 19
            aload 0 /* this */
            aload 1 /* privateKeyInfo */
            putfield org.bouncycastle.pkix.PKIXIdentity.privateKeyInfo:Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;
         2: .line 20
            aload 0 /* this */
            aload 2 /* certificateHolders */
            arraylength
            anewarray org.bouncycastle.cert.X509CertificateHolder
            putfield org.bouncycastle.pkix.PKIXIdentity.certificateHolders:[Lorg/bouncycastle/cert/X509CertificateHolder;
         3: .line 21
            aload 2 /* certificateHolders */
            iconst_0
            aload 0 /* this */
            getfield org.bouncycastle.pkix.PKIXIdentity.certificateHolders:[Lorg/bouncycastle/cert/X509CertificateHolder;
            iconst_0
            aload 2 /* certificateHolders */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 22
            return
        end local 2 // org.bouncycastle.cert.X509CertificateHolder[] certificateHolders
        end local 1 // org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKeyInfo
        end local 0 // org.bouncycastle.pkix.PKIXIdentity this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    5     0                this  Lorg/bouncycastle/pkix/PKIXIdentity;
            0    5     1      privateKeyInfo  Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;
            0    5     2  certificateHolders  [Lorg/bouncycastle/cert/X509CertificateHolder;
    MethodParameters:
                    Name  Flags
      privateKeyInfo      
      certificateHolders  

  public org.bouncycastle.asn1.pkcs.PrivateKeyInfo getPrivateKeyInfo();
    descriptor: ()Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.pkix.PKIXIdentity this
         0: .line 31
            aload 0 /* this */
            getfield org.bouncycastle.pkix.PKIXIdentity.privateKeyInfo:Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;
            areturn
        end local 0 // org.bouncycastle.pkix.PKIXIdentity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/pkix/PKIXIdentity;

  public org.bouncycastle.cert.X509CertificateHolder getCertificate();
    descriptor: ()Lorg/bouncycastle/cert/X509CertificateHolder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.pkix.PKIXIdentity this
         0: .line 41
            aload 0 /* this */
            getfield org.bouncycastle.pkix.PKIXIdentity.certificateHolders:[Lorg/bouncycastle/cert/X509CertificateHolder;
            iconst_0
            aaload
            areturn
        end local 0 // org.bouncycastle.pkix.PKIXIdentity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/pkix/PKIXIdentity;

  public org.bouncycastle.cms.RecipientId getRecipientId();
    descriptor: ()Lorg/bouncycastle/cms/RecipientId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.bouncycastle.pkix.PKIXIdentity this
         0: .line 50
            new org.bouncycastle.cms.KeyTransRecipientId
            dup
            aload 0 /* this */
            getfield org.bouncycastle.pkix.PKIXIdentity.certificateHolders:[Lorg/bouncycastle/cert/X509CertificateHolder;
            iconst_0
            aaload
            invokevirtual org.bouncycastle.cert.X509CertificateHolder.getIssuer:()Lorg/bouncycastle/asn1/x500/X500Name;
            aload 0 /* this */
            getfield org.bouncycastle.pkix.PKIXIdentity.certificateHolders:[Lorg/bouncycastle/cert/X509CertificateHolder;
            iconst_0
            aaload
            invokevirtual org.bouncycastle.cert.X509CertificateHolder.getSerialNumber:()Ljava/math/BigInteger;
            aload 0 /* this */
            invokevirtual org.bouncycastle.pkix.PKIXIdentity.getSubjectKeyIdentifier:()[B
            invokespecial org.bouncycastle.cms.KeyTransRecipientId.<init>:(Lorg/bouncycastle/asn1/x500/X500Name;Ljava/math/BigInteger;[B)V
            areturn
        end local 0 // org.bouncycastle.pkix.PKIXIdentity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/pkix/PKIXIdentity;

  private byte[] getSubjectKeyIdentifier();
    descriptor: ()[B
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.bouncycastle.pkix.PKIXIdentity this
         0: .line 55
            aload 0 /* this */
            getfield org.bouncycastle.pkix.PKIXIdentity.certificateHolders:[Lorg/bouncycastle/cert/X509CertificateHolder;
            iconst_0
            aaload
            invokevirtual org.bouncycastle.cert.X509CertificateHolder.getExtensions:()Lorg/bouncycastle/asn1/x509/Extensions;
            invokestatic org.bouncycastle.asn1.x509.SubjectKeyIdentifier.fromExtensions:(Lorg/bouncycastle/asn1/x509/Extensions;)Lorg/bouncycastle/asn1/x509/SubjectKeyIdentifier;
            astore 1 /* subId */
        start local 1 // org.bouncycastle.asn1.x509.SubjectKeyIdentifier subId
         1: .line 57
            aload 1 /* subId */
            ifnonnull 3
         2: .line 59
            aconst_null
            areturn
         3: .line 62
      StackMap locals: org.bouncycastle.asn1.x509.SubjectKeyIdentifier
      StackMap stack:
            aload 1 /* subId */
            invokevirtual org.bouncycastle.asn1.x509.SubjectKeyIdentifier.getKeyIdentifier:()[B
            areturn
        end local 1 // org.bouncycastle.asn1.x509.SubjectKeyIdentifier subId
        end local 0 // org.bouncycastle.pkix.PKIXIdentity this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/bouncycastle/pkix/PKIXIdentity;
            1    4     1  subId  Lorg/bouncycastle/asn1/x509/SubjectKeyIdentifier;
}
SourceFile: "PKIXIdentity.java"