class sun.security.pkcs12.PKCS12KeyStore$KeyEntry
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.security.pkcs12.PKCS12KeyStore$KeyEntry
  super_class: java.lang.Object
{
  java.util.Date date;
    descriptor: Ljava/util/Date;
    flags: (0x0000) 

  byte[] protectedPrivKey;
    descriptor: [B
    flags: (0x0000) 

  java.security.cert.Certificate[] chain;
    descriptor: [Ljava/security/cert/Certificate;
    flags: (0x0000) 

  byte[] keyId;
    descriptor: [B
    flags: (0x0000) 

  java.lang.String alias;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.pkcs12.PKCS12KeyStore$KeyEntry this
         0: .line 180
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.security.pkcs12.PKCS12KeyStore$KeyEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/pkcs12/PKCS12KeyStore$KeyEntry;
}
SourceFile: "PKCS12KeyStore.java"
NestHost: sun.security.pkcs12.PKCS12KeyStore
InnerClasses:
  private KeyEntry = sun.security.pkcs12.PKCS12KeyStore$KeyEntry of sun.security.pkcs12.PKCS12KeyStore