class org.bouncycastle.jce.provider.JDKPKCS12KeyStore$CertId
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.bouncycastle.jce.provider.JDKPKCS12KeyStore$CertId
  super_class: java.lang.Object
{
  byte[] id;
    descriptor: [B
    flags: (0x0000) 

  final org.bouncycastle.jce.provider.JDKPKCS12KeyStore this$0;
    descriptor: Lorg/bouncycastle/jce/provider/JDKPKCS12KeyStore;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.bouncycastle.jce.provider.JDKPKCS12KeyStore, java.security.PublicKey);
    descriptor: (Lorg/bouncycastle/jce/provider/JDKPKCS12KeyStore;Ljava/security/PublicKey;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.bouncycastle.jce.provider.JDKPKCS12KeyStore$CertId this
        start local 2 // java.security.PublicKey key
         0: .line 123
            aload 0 /* this */
            aload 1
            putfield org.bouncycastle.jce.provider.JDKPKCS12KeyStore$CertId.this$0:Lorg/bouncycastle/jce/provider/JDKPKCS12KeyStore;
         1: .line 121
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         2: .line 124
            aload 0 /* this */
            aload 1
            aload 2 /* key */
            invokevirtual org.bouncycastle.jce.provider.JDKPKCS12KeyStore.createSubjectKeyId:(Ljava/security/PublicKey;)Lorg/bouncycastle/asn1/x509/SubjectKeyIdentifier;
            invokevirtual org.bouncycastle.asn1.x509.SubjectKeyIdentifier.getKeyIdentifier:()[B
            putfield org.bouncycastle.jce.provider.JDKPKCS12KeyStore$CertId.id:[B
         3: .line 125
            return
        end local 2 // java.security.PublicKey key
        end local 0 // org.bouncycastle.jce.provider.JDKPKCS12KeyStore$CertId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/bouncycastle/jce/provider/JDKPKCS12KeyStore$CertId;
            0    4     2   key  Ljava/security/PublicKey;
    MethodParameters:
        Name  Flags
      this$0  final
      key     

  void <init>(org.bouncycastle.jce.provider.JDKPKCS12KeyStore, byte[]);
    descriptor: (Lorg/bouncycastle/jce/provider/JDKPKCS12KeyStore;[B)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.bouncycastle.jce.provider.JDKPKCS12KeyStore$CertId this
        start local 2 // byte[] id
         0: .line 129
            aload 0 /* this */
            aload 1
            putfield org.bouncycastle.jce.provider.JDKPKCS12KeyStore$CertId.this$0:Lorg/bouncycastle/jce/provider/JDKPKCS12KeyStore;
         1: .line 127
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         2: .line 130
            aload 0 /* this */
            aload 2 /* id */
            putfield org.bouncycastle.jce.provider.JDKPKCS12KeyStore$CertId.id:[B
         3: .line 131
            return
        end local 2 // byte[] id
        end local 0 // org.bouncycastle.jce.provider.JDKPKCS12KeyStore$CertId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/bouncycastle/jce/provider/JDKPKCS12KeyStore$CertId;
            0    4     2    id  [B
    MethodParameters:
        Name  Flags
      this$0  final
      id      

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.provider.JDKPKCS12KeyStore$CertId this
         0: .line 135
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKPKCS12KeyStore$CertId.id:[B
            invokestatic org.bouncycastle.util.Arrays.hashCode:([B)I
            ireturn
        end local 0 // org.bouncycastle.jce.provider.JDKPKCS12KeyStore$CertId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/provider/JDKPKCS12KeyStore$CertId;

  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.jce.provider.JDKPKCS12KeyStore$CertId this
        start local 1 // java.lang.Object o
         0: .line 141
            aload 1 /* o */
            aload 0 /* this */
            if_acmpne 2
         1: .line 143
            iconst_1
            ireturn
         2: .line 146
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            instanceof org.bouncycastle.jce.provider.JDKPKCS12KeyStore$CertId
            ifne 4
         3: .line 148
            iconst_0
            ireturn
         4: .line 151
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.bouncycastle.jce.provider.JDKPKCS12KeyStore$CertId
            astore 2 /* cId */
        start local 2 // org.bouncycastle.jce.provider.JDKPKCS12KeyStore$CertId cId
         5: .line 153
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKPKCS12KeyStore$CertId.id:[B
            aload 2 /* cId */
            getfield org.bouncycastle.jce.provider.JDKPKCS12KeyStore$CertId.id:[B
            invokestatic org.bouncycastle.util.Arrays.areEqual:([B[B)Z
            ireturn
        end local 2 // org.bouncycastle.jce.provider.JDKPKCS12KeyStore$CertId cId
        end local 1 // java.lang.Object o
        end local 0 // org.bouncycastle.jce.provider.JDKPKCS12KeyStore$CertId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/bouncycastle/jce/provider/JDKPKCS12KeyStore$CertId;
            0    6     1     o  Ljava/lang/Object;
            5    6     2   cId  Lorg/bouncycastle/jce/provider/JDKPKCS12KeyStore$CertId;
    MethodParameters:
      Name  Flags
      o     
}
SourceFile: "JDKPKCS12KeyStore.java"
NestHost: org.bouncycastle.jce.provider.JDKPKCS12KeyStore
InnerClasses:
  private CertId = org.bouncycastle.jce.provider.JDKPKCS12KeyStore$CertId of org.bouncycastle.jce.provider.JDKPKCS12KeyStore