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

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

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

  java.util.Set<java.security.KeyStore$Entry$Attribute> attributes;
    descriptor: Ljava/util/Set;
    flags: (0x0000) 
    Signature: Ljava/util/Set<Ljava/security/KeyStore$Entry$Attribute;>;

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