public final class java.security.KeyStore$SecretKeyEntry implements java.security.KeyStore$Entry
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: java.security.KeyStore$SecretKeyEntry
  super_class: java.lang.Object
{
  private final javax.crypto.SecretKey sKey;
    descriptor: Ljavax/crypto/SecretKey;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Set<java.security.KeyStore$Entry$Attribute> attributes;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<Ljava/security/KeyStore$Entry$Attribute;>;

  public void <init>(javax.crypto.SecretKey);
    descriptor: (Ljavax/crypto/SecretKey;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.security.KeyStore$SecretKeyEntry this
        start local 1 // javax.crypto.SecretKey secretKey
         0: .line 650
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 651
            aload 1 /* secretKey */
            ifnonnull 3
         2: .line 652
            new java.lang.NullPointerException
            dup
            ldc "invalid null input"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 654
      StackMap locals: java.security.KeyStore$SecretKeyEntry javax.crypto.SecretKey
      StackMap stack:
            aload 0 /* this */
            aload 1 /* secretKey */
            putfield java.security.KeyStore$SecretKeyEntry.sKey:Ljavax/crypto/SecretKey;
         4: .line 655
            aload 0 /* this */
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            putfield java.security.KeyStore$SecretKeyEntry.attributes:Ljava/util/Set;
         5: .line 656
            return
        end local 1 // javax.crypto.SecretKey secretKey
        end local 0 // java.security.KeyStore$SecretKeyEntry this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Ljava/security/KeyStore$SecretKeyEntry;
            0    6     1  secretKey  Ljavax/crypto/SecretKey;
    MethodParameters:
           Name  Flags
      secretKey  

  public void <init>(javax.crypto.SecretKey, java.util.Set<java.security.KeyStore$Entry$Attribute>);
    descriptor: (Ljavax/crypto/SecretKey;Ljava/util/Set;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // java.security.KeyStore$SecretKeyEntry this
        start local 1 // javax.crypto.SecretKey secretKey
        start local 2 // java.util.Set attributes
         0: .line 673
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 675
            aload 1 /* secretKey */
            ifnull 2
            aload 2 /* attributes */
            ifnonnull 3
         2: .line 676
      StackMap locals: java.security.KeyStore$SecretKeyEntry javax.crypto.SecretKey java.util.Set
      StackMap stack:
            new java.lang.NullPointerException
            dup
            ldc "invalid null input"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 678
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* secretKey */
            putfield java.security.KeyStore$SecretKeyEntry.sKey:Ljavax/crypto/SecretKey;
         4: .line 679
            aload 0 /* this */
         5: .line 680
            new java.util.HashSet
            dup
            aload 2 /* attributes */
            invokespecial java.util.HashSet.<init>:(Ljava/util/Collection;)V
            invokestatic java.util.Collections.unmodifiableSet:(Ljava/util/Set;)Ljava/util/Set;
         6: .line 679
            putfield java.security.KeyStore$SecretKeyEntry.attributes:Ljava/util/Set;
         7: .line 681
            return
        end local 2 // java.util.Set attributes
        end local 1 // javax.crypto.SecretKey secretKey
        end local 0 // java.security.KeyStore$SecretKeyEntry this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Ljava/security/KeyStore$SecretKeyEntry;
            0    8     1   secretKey  Ljavax/crypto/SecretKey;
            0    8     2  attributes  Ljava/util/Set<Ljava/security/KeyStore$Entry$Attribute;>;
    Signature: (Ljavax/crypto/SecretKey;Ljava/util/Set<Ljava/security/KeyStore$Entry$Attribute;>;)V
    MethodParameters:
            Name  Flags
      secretKey   
      attributes  

  public javax.crypto.SecretKey getSecretKey();
    descriptor: ()Ljavax/crypto/SecretKey;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.security.KeyStore$SecretKeyEntry this
         0: .line 689
            aload 0 /* this */
            getfield java.security.KeyStore$SecretKeyEntry.sKey:Ljavax/crypto/SecretKey;
            areturn
        end local 0 // java.security.KeyStore$SecretKeyEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/security/KeyStore$SecretKeyEntry;

  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$SecretKeyEntry this
         0: .line 702
            aload 0 /* this */
            getfield java.security.KeyStore$SecretKeyEntry.attributes:Ljava/util/Set;
            areturn
        end local 0 // java.security.KeyStore$SecretKeyEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/security/KeyStore$SecretKeyEntry;
    Signature: ()Ljava/util/Set<Ljava/security/KeyStore$Entry$Attribute;>;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.security.KeyStore$SecretKeyEntry this
         0: .line 710
            new java.lang.StringBuilder
            dup
            ldc "Secret key entry with algorithm "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield java.security.KeyStore$SecretKeyEntry.sKey:Ljavax/crypto/SecretKey;
            invokeinterface javax.crypto.SecretKey.getAlgorithm:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // java.security.KeyStore$SecretKeyEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/security/KeyStore$SecretKeyEntry;
}
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
  public final SecretKeyEntry = java.security.KeyStore$SecretKeyEntry of java.security.KeyStore