public interface java.security.KeyStore$Entry
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: java.security.KeyStore$Entry
  super_class: java.lang.Object
{
  public java.util.Set<java.security.KeyStore$Entry$Attribute> getAttributes();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.security.KeyStore$Entry this
         0: .line 427
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            areturn
        end local 0 // java.security.KeyStore$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/security/KeyStore$Entry;
    Signature: ()Ljava/util/Set<Ljava/security/KeyStore$Entry$Attribute;>;
}
SourceFile: "KeyStore.java"
NestHost: java.security.KeyStore
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